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)
74if (_measurementGlyphRun == null) 78return _measurementGlyphRun; 114if (_measurementGlyphRun != null) 115_measurementGlyphRun.ComputeInkBoundingBox(); 126if (_glyphRunProperties == null || _measurementGlyphRun == null) 132context.DrawGlyphRun(Fill, _measurementGlyphRun); 149if (_measurementGlyphRun == null) 152Rect designRect = _measurementGlyphRun.ComputeAlignmentBox(); 178else if (_measurementGlyphRun != null) 200alignmentRect = _measurementGlyphRun.ComputeAlignmentBox(); 1026if (_glyphRunProperties == null || _measurementGlyphRun == null) 1030return _measurementGlyphRun;