5 writes to _measurementGlyphRun
PresentationFramework (5)
src\Framework\System\Windows\Documents\Glyphs.cs (5)
184
_measurementGlyphRun
= null;
207
_measurementGlyphRun
= _glyphRunProperties.CreateGlyphRun(new Point(OriginX,OriginY), Language);
212
_measurementGlyphRun
= _glyphRunProperties.CreateGlyphRun(new Point(), Language);
229
_measurementGlyphRun
= _glyphRunProperties.CreateGlyphRun(_glyphRunOrigin, Language);
737
((Glyphs)d).
_measurementGlyphRun
= null;
12 references to _measurementGlyphRun
PresentationFramework (12)
src\Framework\System\Windows\Documents\Glyphs.cs (12)
79
if (
_measurementGlyphRun
== null)
83
return
_measurementGlyphRun
;
121
if (
_measurementGlyphRun
!= null)
122
inkBoundingBox =
_measurementGlyphRun
.ComputeInkBoundingBox();
140
if (_glyphRunProperties == null ||
_measurementGlyphRun
== null)
146
context.DrawGlyphRun(Fill,
_measurementGlyphRun
);
163
if (
_measurementGlyphRun
== null)
166
Rect designRect =
_measurementGlyphRun
.ComputeAlignmentBox();
192
else if (
_measurementGlyphRun
!= null)
214
alignmentRect =
_measurementGlyphRun
.ComputeAlignmentBox();
1044
if (_glyphRunProperties == null ||
_measurementGlyphRun
== null)
1048
return
_measurementGlyphRun
;