6 references to _attributeHandler
PresentationBuildTasks (6)
Base\System\Windows\Markup\XmlCompatibilityReader.cs (6)
80_attributeHandler.Add(Ignorable, new HandleAttributeCallback(HandleIgnorable)); 81_attributeHandler.Add(MustUnderstand, new HandleAttributeCallback(HandleMustUnderstand)); 82_attributeHandler.Add(ProcessContent, new HandleAttributeCallback(HandleProcessContent)); 83_attributeHandler.Add(PreserveElements, new HandleAttributeCallback(HandlePreserveElements)); 84_attributeHandler.Add(PreserveAttributes, new HandleAttributeCallback(HandlePreserveAttributes)); 1090if (!_attributeHandler.TryGetValue(attributeName, out attributeCB))