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