1 instantiation of DependencyPropertyAttribute
WindowsBase (1)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (1)
712
DependencyPropertyAttribute dpa = new
DependencyPropertyAttribute
(_dp, (_property == null));
7 references to DependencyPropertyAttribute
WindowsBase (7)
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (1)
712
DependencyPropertyAttribute
dpa = new DependencyPropertyAttribute(_dp, (_property == null));
Base\MS\Internal\ComponentModel\DependencyPropertyAttribute.cs (3)
50
DependencyPropertyAttribute
da = value as
DependencyPropertyAttribute
;
92
get { return typeof(
DependencyPropertyAttribute
); }
Base\System\ComponentModel\DependencyPropertyDescriptor.cs (3)
99
DependencyPropertyAttribute
dpa = property.Attributes[typeof(
DependencyPropertyAttribute
)] as
DependencyPropertyAttribute
;