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