7 references to AttributesToIgnore
PresentationFramework (7)
MS\Internal\IO\Packaging\XamlFilter.cs (7)
607
&& (_attributesToIgnore &
AttributesToIgnore
.Title) == 0 )
614
_attributesToIgnore |=
AttributesToIgnore
.Title;
625
&& (_attributesToIgnore &
AttributesToIgnore
.Content) == 0 )
632
_attributesToIgnore |=
AttributesToIgnore
.Content;
647
_attributesToIgnore =
AttributesToIgnore
.None;
826
_attributesToIgnore =
AttributesToIgnore
.None; // not in the middle of processing a start-tag
1030
private
AttributesToIgnore
_attributesToIgnore;