2 writes to _glyphRunProperties
PresentationFramework (2)
System\Windows\Documents\Glyphs.cs (2)
362
_glyphRunProperties
= glyphRunProperties;
697
((Glyphs)d).
_glyphRunProperties
= null;
8 references to _glyphRunProperties
PresentationFramework (8)
System\Windows\Documents\Glyphs.cs (8)
62
Debug.Assert(
_glyphRunProperties
!= null);
111
if (
_glyphRunProperties
== null || _measurementGlyphRun == null)
153
if (
_glyphRunProperties
== null)
158
if (
_glyphRunProperties
== null)
178
_measurementGlyphRun =
_glyphRunProperties
.CreateGlyphRun(new Point(OriginX,OriginY), Language);
183
_measurementGlyphRun =
_glyphRunProperties
.CreateGlyphRun(new Point(), Language);
200
_measurementGlyphRun =
_glyphRunProperties
.CreateGlyphRun(_glyphRunOrigin, Language);
1011
if (
_glyphRunProperties
== null || _measurementGlyphRun == null)