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)
61if (_measurementGlyphRun == null) 65return _measurementGlyphRun; 101_measurementGlyphRun?.ComputeInkBoundingBox(); 112if (_glyphRunProperties == null || _measurementGlyphRun == null) 118context.DrawGlyphRun(Fill, _measurementGlyphRun); 135if (_measurementGlyphRun == null) 138Rect designRect = _measurementGlyphRun.ComputeAlignmentBox(); 164else if (_measurementGlyphRun != null) 186alignmentRect = _measurementGlyphRun.ComputeAlignmentBox(); 1012if (_glyphRunProperties == null || _measurementGlyphRun == null) 1016return _measurementGlyphRun;