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 1030private AttributesToIgnore _attributesToIgnore;