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