2 writes to _glyphRunProperties
PresentationFramework (2)
System\Windows\Documents\Glyphs.cs (2)
362_glyphRunProperties = glyphRunProperties; 697((Glyphs)d)._glyphRunProperties = null;
8 references to _glyphRunProperties
PresentationFramework (8)
System\Windows\Documents\Glyphs.cs (8)
62Debug.Assert(_glyphRunProperties != null); 111if (_glyphRunProperties == null || _measurementGlyphRun == null) 153if (_glyphRunProperties == null) 158if (_glyphRunProperties == null) 178_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(new Point(OriginX,OriginY), Language); 183_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(new Point(), Language); 200_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(_glyphRunOrigin, Language); 1011if (_glyphRunProperties == null || _measurementGlyphRun == null)