7 references to AttributesToIgnore
PresentationFramework (7)
MS\Internal\IO\Packaging\XamlFilter.cs (7)
600&& (_attributesToIgnore & AttributesToIgnore.Title) == 0 ) 607_attributesToIgnore |= AttributesToIgnore.Title; 618&& (_attributesToIgnore & AttributesToIgnore.Content) == 0 ) 625_attributesToIgnore |= AttributesToIgnore.Content; 640_attributesToIgnore = AttributesToIgnore.None; 816_attributesToIgnore = AttributesToIgnore.None; // not in the middle of processing a start-tag 1017private AttributesToIgnore _attributesToIgnore;