True dp DependencyProperty /// <summary> /// Dependency property registration for the wrapper <see cref="$name$"/> property. /// </summary> public static readonly DependencyProperty $name$Property = DependencyProperty.Register("$name$", typeof($type$), typeof($ownerType$), new PropertyMetadata($default$)); public $type$ $name$ { get => ($type$)GetValue($name$Property); set => SetValue($name$Property, value); } True True Imported 10.04.2016 Imported 10.09.2017 True True InCSharpTypeMember 3.0 True 0 True 1 True typeName() 2 True constant("null") 3