2 instantiations of PropertyFilterAttribute
PresentationFramework (1)
src\Framework\System\Windows\Markup\Primitives\ElementMarkupObject.cs (1)
430
private static Attribute[] _propertyAttributes = new Attribute[] { new
PropertyFilterAttribute
(PropertyFilterOptions.SetValues) };
WindowsBase (1)
Base\System\ComponentModel\PropertyFilterAttribute.cs (1)
130
public static readonly PropertyFilterAttribute Default = new
PropertyFilterAttribute
(PropertyFilterOptions.All);
9 references to PropertyFilterAttribute
WindowsBase (9)
Base\MS\Internal\ComponentModel\APCustomTypeDescriptor.cs (2)
83
PropertyFilterAttribute
filterAttr = attr as
PropertyFilterAttribute
;
Base\MS\Internal\ComponentModel\DPCustomTypeDescriptor.cs (2)
104
PropertyFilterAttribute
filterAttr = attr as
PropertyFilterAttribute
;
Base\System\ComponentModel\PropertyFilterAttribute.cs (5)
51
PropertyFilterAttribute
a = value as
PropertyFilterAttribute
;
76
PropertyFilterAttribute
a = value as
PropertyFilterAttribute
;
130
public static readonly
PropertyFilterAttribute
Default = new PropertyFilterAttribute(PropertyFilterOptions.All);