1 write to _glyphsNode
PresentationFramework (1)
src\Framework\MS\Internal\IO\Packaging\XmlGlyphRunInfo.cs (1)
44_glyphsNode = glyphsNode as XmlElement;
5 references to _glyphsNode
PresentationFramework (5)
src\Framework\MS\Internal\IO\Packaging\XmlGlyphRunInfo.cs (5)
47Debug.Assert(_glyphsNode != null 48&& String.CompareOrdinal(_glyphsNode.LocalName, _glyphRunName) == 0 49&& String.CompareOrdinal(_glyphsNode.NamespaceURI, ElementTableKey.FixedMarkupNamespace) == 0); 173for (XmlElement currentNode = _glyphsNode; 232_unicodeString = _glyphsNode.GetAttribute(_unicodeStringAttribute);