1 write to _glyphsNode
PresentationFramework (1)
MS\Internal\IO\Packaging\XmlGlyphRunInfo.cs (1)
38_glyphsNode = glyphsNode as XmlElement;
5 references to _glyphsNode
PresentationFramework (5)
MS\Internal\IO\Packaging\XmlGlyphRunInfo.cs (5)
41Debug.Assert(_glyphsNode != null 42&& string.Equals(_glyphsNode.LocalName, _glyphRunName, StringComparison.Ordinal) 43&& string.Equals(_glyphsNode.NamespaceURI, ElementTableKey.FixedMarkupNamespace, StringComparison.Ordinal)); 167for (XmlElement currentNode = _glyphsNode; 226_unicodeString = _glyphsNode.GetAttribute(_unicodeStringAttribute);