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));
1090
if (!
_attributeHandler
.TryGetValue(attributeName, out attributeCB))