5 writes to _measurementGlyphRun
PresentationFramework (5)
System\Windows\Documents\Glyphs.cs (5)
156
_measurementGlyphRun
= null;
179
_measurementGlyphRun
= _glyphRunProperties.CreateGlyphRun(new Point(OriginX,OriginY), Language);
184
_measurementGlyphRun
= _glyphRunProperties.CreateGlyphRun(new Point(), Language);
201
_measurementGlyphRun
= _glyphRunProperties.CreateGlyphRun(_glyphRunOrigin, Language);
705
((Glyphs)d).
_measurementGlyphRun
= null;
11 references to _measurementGlyphRun
PresentationFramework (11)
System\Windows\Documents\Glyphs.cs (11)
61
if (
_measurementGlyphRun
== null)
65
return
_measurementGlyphRun
;
101
_measurementGlyphRun
?.ComputeInkBoundingBox();
112
if (_glyphRunProperties == null ||
_measurementGlyphRun
== null)
118
context.DrawGlyphRun(Fill,
_measurementGlyphRun
);
135
if (
_measurementGlyphRun
== null)
138
Rect designRect =
_measurementGlyphRun
.ComputeAlignmentBox();
164
else if (
_measurementGlyphRun
!= null)
186
alignmentRect =
_measurementGlyphRun
.ComputeAlignmentBox();
1012
if (_glyphRunProperties == null ||
_measurementGlyphRun
== null)
1016
return
_measurementGlyphRun
;