7 references to AttributesToIgnore
PresentationFramework (7)
MS\Internal\IO\Packaging\XamlFilter.cs (7)
600
&& (_attributesToIgnore &
AttributesToIgnore
.Title) == 0 )
607
_attributesToIgnore |=
AttributesToIgnore
.Title;
618
&& (_attributesToIgnore &
AttributesToIgnore
.Content) == 0 )
625
_attributesToIgnore |=
AttributesToIgnore
.Content;
640
_attributesToIgnore =
AttributesToIgnore
.None;
816
_attributesToIgnore =
AttributesToIgnore
.None; // not in the middle of processing a start-tag
1017
private
AttributesToIgnore
_attributesToIgnore;