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