2 writes to _glyphRunProperties
PresentationFramework (2)
System\Windows\Documents\Glyphs.cs (2)
363_glyphRunProperties = glyphRunProperties; 698((Glyphs)d)._glyphRunProperties = null;
8 references to _glyphRunProperties
PresentationFramework (8)
System\Windows\Documents\Glyphs.cs (8)
63Debug.Assert(_glyphRunProperties != null); 112if (_glyphRunProperties == null || _measurementGlyphRun == null) 154if (_glyphRunProperties == null) 159if (_glyphRunProperties == null) 179_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(new Point(OriginX,OriginY), Language); 184_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(new Point(), Language); 201_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(_glyphRunOrigin, Language); 1012if (_glyphRunProperties == null || _measurementGlyphRun == null)