2 writes to _glyphRunProperties
PresentationFramework (2)
src\Framework\System\Windows\Documents\Glyphs.cs (2)
396
_glyphRunProperties
= glyphRunProperties;
730
((Glyphs)d).
_glyphRunProperties
= null;
8 references to _glyphRunProperties
PresentationFramework (8)
src\Framework\System\Windows\Documents\Glyphs.cs (8)
81
Debug.Assert(
_glyphRunProperties
!= null);
140
if (
_glyphRunProperties
== null || _measurementGlyphRun == null)
182
if (
_glyphRunProperties
== null)
187
if (
_glyphRunProperties
== null)
207
_measurementGlyphRun =
_glyphRunProperties
.CreateGlyphRun(new Point(OriginX,OriginY), Language);
212
_measurementGlyphRun =
_glyphRunProperties
.CreateGlyphRun(new Point(), Language);
229
_measurementGlyphRun =
_glyphRunProperties
.CreateGlyphRun(_glyphRunOrigin, Language);
1044
if (
_glyphRunProperties
== null || _measurementGlyphRun == null)