2 references to 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);