4 writes to _attributesToIgnore
PresentationFramework (4)
MS\Internal\IO\Packaging\XamlFilter.cs (4)
608_attributesToIgnore |= AttributesToIgnore.Title; 626_attributesToIgnore |= AttributesToIgnore.Content; 641_attributesToIgnore = AttributesToIgnore.None; 820_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)
601&& (_attributesToIgnore & AttributesToIgnore.Title) == 0 ) 619&& (_attributesToIgnore & AttributesToIgnore.Content) == 0 )