6 references to _attributeHandler
System.IO.Packaging (6)
System\IO\Packaging\XmlCompatibilityReader.cs (6)
47
_attributeHandler
.Add(Ignorable, new HandleAttributeCallback(HandleIgnorable));
48
_attributeHandler
.Add(MustUnderstand, new HandleAttributeCallback(HandleMustUnderstand));
49
_attributeHandler
.Add(ProcessContent, new HandleAttributeCallback(HandleProcessContent));
50
_attributeHandler
.Add(PreserveElements, new HandleAttributeCallback(HandlePreserveElements));
51
_attributeHandler
.Add(PreserveAttributes, new HandleAttributeCallback(HandlePreserveAttributes));
1016
if (!
_attributeHandler
.TryGetValue(attributeName, out attributeCB))