5 writes to _measurementGlyphRun
PresentationFramework (5)
System\Windows\Documents\Glyphs.cs (5)
155_measurementGlyphRun = null; 178_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(new Point(OriginX,OriginY), Language); 183_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(new Point(), Language); 200_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(_glyphRunOrigin, Language); 704((Glyphs)d)._measurementGlyphRun = null;
11 references to _measurementGlyphRun
PresentationFramework (11)
System\Windows\Documents\Glyphs.cs (11)
60if (_measurementGlyphRun == null) 64return _measurementGlyphRun; 100_measurementGlyphRun?.ComputeInkBoundingBox(); 111if (_glyphRunProperties == null || _measurementGlyphRun == null) 117context.DrawGlyphRun(Fill, _measurementGlyphRun); 134if (_measurementGlyphRun == null) 137Rect designRect = _measurementGlyphRun.ComputeAlignmentBox(); 163else if (_measurementGlyphRun != null) 185alignmentRect = _measurementGlyphRun.ComputeAlignmentBox(); 1011if (_glyphRunProperties == null || _measurementGlyphRun == null) 1015return _measurementGlyphRun;