1 write to _attributeType
WindowsBase (1)
Base\System\Windows\AttachedPropertyBrowsableWhenAttributePresentAttribute.cs (1)
30
_attributeType
= attributeType;
5 references to _attributeType
WindowsBase (5)
Base\System\Windows\AttachedPropertyBrowsableWhenAttributePresentAttribute.cs (5)
48
return
_attributeType
;
67
return
_attributeType
== other.
_attributeType
;
75
return
_attributeType
.GetHashCode();
96
Attribute a = TypeDescriptor.GetAttributes(d)[
_attributeType
];