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)
41
Debug.Assert(
_glyphsNode
!= null
42
&& string.Equals(
_glyphsNode
.LocalName, _glyphRunName, StringComparison.Ordinal)
43
&& string.Equals(
_glyphsNode
.NamespaceURI, ElementTableKey.FixedMarkupNamespace, StringComparison.Ordinal));
167
for (XmlElement currentNode =
_glyphsNode
;
226
_unicodeString =
_glyphsNode
.GetAttribute(_unicodeStringAttribute);