7 references to AttributesToIgnore
PresentationFramework (7)
MS\Internal\IO\Packaging\XamlFilter.cs (7)
601
&& (_attributesToIgnore &
AttributesToIgnore
.Title) == 0 )
608
_attributesToIgnore |=
AttributesToIgnore
.Title;
619
&& (_attributesToIgnore &
AttributesToIgnore
.Content) == 0 )
626
_attributesToIgnore |=
AttributesToIgnore
.Content;
641
_attributesToIgnore =
AttributesToIgnore
.None;
820
_attributesToIgnore =
AttributesToIgnore
.None; // not in the middle of processing a start-tag
1024
private
AttributesToIgnore
_attributesToIgnore;