5 writes to _measurementGlyphRun
PresentationFramework (5)
System\Windows\Documents\Glyphs.cs (5)
157
_measurementGlyphRun
= null;
180
_measurementGlyphRun
= _glyphRunProperties.CreateGlyphRun(new Point(OriginX,OriginY), Language);
185
_measurementGlyphRun
= _glyphRunProperties.CreateGlyphRun(new Point(), Language);
202
_measurementGlyphRun
= _glyphRunProperties.CreateGlyphRun(_glyphRunOrigin, Language);
706
((Glyphs)d).
_measurementGlyphRun
= null;
12 references to _measurementGlyphRun
PresentationFramework (12)
System\Windows\Documents\Glyphs.cs (12)
61
if (
_measurementGlyphRun
== null)
65
return
_measurementGlyphRun
;
101
if (
_measurementGlyphRun
!= null)
102
_measurementGlyphRun
.ComputeInkBoundingBox();
113
if (_glyphRunProperties == null ||
_measurementGlyphRun
== null)
119
context.DrawGlyphRun(Fill,
_measurementGlyphRun
);
136
if (
_measurementGlyphRun
== null)
139
Rect designRect =
_measurementGlyphRun
.ComputeAlignmentBox();
165
else if (
_measurementGlyphRun
!= null)
187
alignmentRect =
_measurementGlyphRun
.ComputeAlignmentBox();
1013
if (_glyphRunProperties == null ||
_measurementGlyphRun
== null)
1017
return
_measurementGlyphRun
;