2 writes to _glyphRunProperties
PresentationFramework (2)
System\Windows\Documents\Glyphs.cs (2)
364_glyphRunProperties = glyphRunProperties; 699((Glyphs)d)._glyphRunProperties = null;
8 references to _glyphRunProperties
PresentationFramework (8)
System\Windows\Documents\Glyphs.cs (8)
63Debug.Assert(_glyphRunProperties != null); 113if (_glyphRunProperties == null || _measurementGlyphRun == null) 155if (_glyphRunProperties == null) 160if (_glyphRunProperties == null) 180_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(new Point(OriginX,OriginY), Language); 185_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(new Point(), Language); 202_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(_glyphRunOrigin, Language); 1013if (_glyphRunProperties == null || _measurementGlyphRun == null)