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)
79if (_measurementGlyphRun == null) 83return _measurementGlyphRun; 121if (_measurementGlyphRun != null) 122inkBoundingBox = _measurementGlyphRun.ComputeInkBoundingBox(); 140if (_glyphRunProperties == null || _measurementGlyphRun == null) 146context.DrawGlyphRun(Fill, _measurementGlyphRun); 163if (_measurementGlyphRun == null) 166Rect designRect = _measurementGlyphRun.ComputeAlignmentBox(); 192else if (_measurementGlyphRun != null) 214alignmentRect = _measurementGlyphRun.ComputeAlignmentBox(); 1044if (_glyphRunProperties == null || _measurementGlyphRun == null) 1048return _measurementGlyphRun;