6 references to _attributeHandler
PresentationBuildTasks (6)
src\Microsoft.DotNet.Wpf\src\Shared\System\Windows\Markup\XmlCompatibilityReader.cs (6)
63_attributeHandler.Add(Ignorable, new HandleAttributeCallback(HandleIgnorable)); 64_attributeHandler.Add(MustUnderstand, new HandleAttributeCallback(HandleMustUnderstand)); 65_attributeHandler.Add(ProcessContent, new HandleAttributeCallback(HandleProcessContent)); 66_attributeHandler.Add(PreserveElements, new HandleAttributeCallback(HandlePreserveElements)); 67_attributeHandler.Add(PreserveAttributes, new HandleAttributeCallback(HandlePreserveAttributes)); 1081if (!_attributeHandler.TryGetValue(attributeName, out attributeCB))