7 references to AttributesToIgnore
PresentationFramework (7)
src\Framework\MS\Internal\IO\Packaging\XamlFilter.cs (7)
627&& (_attributesToIgnore & AttributesToIgnore.Title) == 0 ) 634_attributesToIgnore |= AttributesToIgnore.Title; 645&& (_attributesToIgnore & AttributesToIgnore.Content) == 0 ) 652_attributesToIgnore |= AttributesToIgnore.Content; 667_attributesToIgnore = AttributesToIgnore.None; 846_attributesToIgnore = AttributesToIgnore.None; // not in the middle of processing a start-tag 1050private AttributesToIgnore _attributesToIgnore;