2 writes to _glyphRunProperties
PresentationFramework (2)
System\Windows\Documents\Glyphs.cs (2)
377_glyphRunProperties = glyphRunProperties; 712((Glyphs)d)._glyphRunProperties = null;
8 references to _glyphRunProperties
PresentationFramework (8)
System\Windows\Documents\Glyphs.cs (8)
76Debug.Assert(_glyphRunProperties != null); 126if (_glyphRunProperties == null || _measurementGlyphRun == null) 168if (_glyphRunProperties == null) 173if (_glyphRunProperties == null) 193_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(new Point(OriginX,OriginY), Language); 198_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(new Point(), Language); 215_measurementGlyphRun = _glyphRunProperties.CreateGlyphRun(_glyphRunOrigin, Language); 1026if (_glyphRunProperties == null || _measurementGlyphRun == null)