5 writes to _measurementGlyphRun
PresentationFramework (5)
System\Windows\Documents\Glyphs.cs (5)
170
_measurementGlyphRun
= null;
193
_measurementGlyphRun
= _glyphRunProperties.CreateGlyphRun(new Point(OriginX,OriginY), Language);
198
_measurementGlyphRun
= _glyphRunProperties.CreateGlyphRun(new Point(), Language);
215
_measurementGlyphRun
= _glyphRunProperties.CreateGlyphRun(_glyphRunOrigin, Language);
719
((Glyphs)d).
_measurementGlyphRun
= null;
12 references to _measurementGlyphRun
PresentationFramework (12)
System\Windows\Documents\Glyphs.cs (12)
74
if (
_measurementGlyphRun
== null)
78
return
_measurementGlyphRun
;
114
if (
_measurementGlyphRun
!= null)
115
_measurementGlyphRun
.ComputeInkBoundingBox();
126
if (_glyphRunProperties == null ||
_measurementGlyphRun
== null)
132
context.DrawGlyphRun(Fill,
_measurementGlyphRun
);
149
if (
_measurementGlyphRun
== null)
152
Rect designRect =
_measurementGlyphRun
.ComputeAlignmentBox();
178
else if (
_measurementGlyphRun
!= null)
200
alignmentRect =
_measurementGlyphRun
.ComputeAlignmentBox();
1026
if (_glyphRunProperties == null ||
_measurementGlyphRun
== null)
1030
return
_measurementGlyphRun
;