2 writes to _glyphRunProperties
PresentationFramework (2)
System\Windows\Documents\Glyphs.cs (2)
364
_glyphRunProperties
= glyphRunProperties;
699
((Glyphs)d).
_glyphRunProperties
= null;
8 references to _glyphRunProperties
PresentationFramework (8)
System\Windows\Documents\Glyphs.cs (8)
63
Debug.Assert(
_glyphRunProperties
!= null);
113
if (
_glyphRunProperties
== null || _measurementGlyphRun == null)
155
if (
_glyphRunProperties
== null)
160
if (
_glyphRunProperties
== null)
180
_measurementGlyphRun =
_glyphRunProperties
.CreateGlyphRun(new Point(OriginX,OriginY), Language);
185
_measurementGlyphRun =
_glyphRunProperties
.CreateGlyphRun(new Point(), Language);
202
_measurementGlyphRun =
_glyphRunProperties
.CreateGlyphRun(_glyphRunOrigin, Language);
1013
if (
_glyphRunProperties
== null || _measurementGlyphRun == null)