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