5 writes to _measurementGlyphRun
PresentationFramework (5)
System\Windows\Documents\Glyphs.cs (5)
155
_measurementGlyphRun
= null;
178
_measurementGlyphRun
= _glyphRunProperties.CreateGlyphRun(new Point(OriginX,OriginY), Language);
183
_measurementGlyphRun
= _glyphRunProperties.CreateGlyphRun(new Point(), Language);
200
_measurementGlyphRun
= _glyphRunProperties.CreateGlyphRun(_glyphRunOrigin, Language);
704
((Glyphs)d).
_measurementGlyphRun
= null;
11 references to _measurementGlyphRun
PresentationFramework (11)
System\Windows\Documents\Glyphs.cs (11)
60
if (
_measurementGlyphRun
== null)
64
return
_measurementGlyphRun
;
100
_measurementGlyphRun
?.ComputeInkBoundingBox();
111
if (_glyphRunProperties == null ||
_measurementGlyphRun
== null)
117
context.DrawGlyphRun(Fill,
_measurementGlyphRun
);
134
if (
_measurementGlyphRun
== null)
137
Rect designRect =
_measurementGlyphRun
.ComputeAlignmentBox();
163
else if (
_measurementGlyphRun
!= null)
185
alignmentRect =
_measurementGlyphRun
.ComputeAlignmentBox();
1011
if (_glyphRunProperties == null ||
_measurementGlyphRun
== null)
1015
return
_measurementGlyphRun
;