3 types derived from AttachedPropertyBrowsableAttribute
PresentationFramework (1)
src\Framework\System\Windows\AttachedPropertyBrowsableForChildrenAttribute.cs (1)
17
public sealed class AttachedPropertyBrowsableForChildrenAttribute :
AttachedPropertyBrowsableAttribute
WindowsBase (2)
Base\System\Windows\AttachedPropertyBrowsableForTypeAttribute.cs (1)
13
public sealed class AttachedPropertyBrowsableForTypeAttribute :
AttachedPropertyBrowsableAttribute
Base\System\Windows\AttachedPropertyBrowsableWhenAttributePresentAttribute.cs (1)
12
public sealed class AttachedPropertyBrowsableWhenAttributePresentAttribute :
AttachedPropertyBrowsableAttribute
13 references to AttachedPropertyBrowsableAttribute
WindowsBase (13)
Base\MS\Internal\ComponentModel\AttachInfo.cs (12)
62
private
AttachedPropertyBrowsableAttribute
[] Attributes
73
AttachedPropertyBrowsableAttribute
[] browsableAttributes = null;
94
browsableAttributes = new
AttachedPropertyBrowsableAttribute
[attributes.Length + 1];
97
browsableAttributes[idx] = (
AttachedPropertyBrowsableAttribute
)attributes[idx];
103
browsableAttributes = new
AttachedPropertyBrowsableAttribute
[attributes.Length];
106
browsableAttributes[idx] = (
AttachedPropertyBrowsableAttribute
)attributes[idx];
130
private
AttachedPropertyBrowsableAttribute
ParameterTypeAttribute
177
AttachedPropertyBrowsableAttribute
[] attrs = Attributes;
183
AttachedPropertyBrowsableAttribute
attr = attrs[idx];
201
AttachedPropertyBrowsableAttribute
subAttr = attrs[idx2];
242
private
AttachedPropertyBrowsableAttribute
[] _attributes;
243
private
AttachedPropertyBrowsableAttribute
_paramTypeAttribute;
Base\MS\Internal\ComponentModel\DependencyObjectPropertyDescriptor.cs (1)
768
attachedPropertyBrowsableType = TypeDescriptor.GetReflectionType(typeof(
AttachedPropertyBrowsableAttribute
));