5 writes to _measurementGlyphRun
PresentationFramework (5)
System\Windows\Documents\Glyphs.cs (5)
157_measurementGlyphRun = null; 180_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(new Point(OriginX,OriginY), Language); 185_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(new Point(), Language); 202_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(_glyphRunOrigin, Language); 706((Glyphs)d)._measurementGlyphRun = null;
12 references to _measurementGlyphRun
PresentationFramework (12)
System\Windows\Documents\Glyphs.cs (12)
61if (_measurementGlyphRun == null) 65return _measurementGlyphRun; 101if (_measurementGlyphRun != null) 102_measurementGlyphRun.ComputeInkBoundingBox(); 113if (_glyphRunProperties == null || _measurementGlyphRun == null) 119context.DrawGlyphRun(Fill, _measurementGlyphRun); 136if (_measurementGlyphRun == null) 139Rect designRect = _measurementGlyphRun.ComputeAlignmentBox(); 165else if (_measurementGlyphRun != null) 187alignmentRect = _measurementGlyphRun.ComputeAlignmentBox(); 1013if (_glyphRunProperties == null || _measurementGlyphRun == null) 1017return _measurementGlyphRun;