2 writes to _glyphRunProperties
PresentationFramework (2)
System\Windows\Documents\Glyphs.cs (2)
363
_glyphRunProperties
= glyphRunProperties;
698
((Glyphs)d).
_glyphRunProperties
= null;
8 references to _glyphRunProperties
PresentationFramework (8)
System\Windows\Documents\Glyphs.cs (8)
63
Debug.Assert(
_glyphRunProperties
!= null);
112
if (
_glyphRunProperties
== null || _measurementGlyphRun == null)
154
if (
_glyphRunProperties
== null)
159
if (
_glyphRunProperties
== null)
179
_measurementGlyphRun =
_glyphRunProperties
.CreateGlyphRun(new Point(OriginX,OriginY), Language);
184
_measurementGlyphRun =
_glyphRunProperties
.CreateGlyphRun(new Point(), Language);
201
_measurementGlyphRun =
_glyphRunProperties
.CreateGlyphRun(_glyphRunOrigin, Language);
1012
if (
_glyphRunProperties
== null || _measurementGlyphRun == null)