6 references to _attributeHandler
System.Xaml (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));
1081
if (!
_attributeHandler
.TryGetValue(attributeName, out attributeCB))