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)
48return _attributeType; 67return _attributeType == other._attributeType; 75return _attributeType.GetHashCode(); 96Attribute a = TypeDescriptor.GetAttributes(d)[_attributeType];