3 references to MeasurementGlyphRun
PresentationFramework (3)
System\Windows\Documents\FixedHighlight.cs (1)
127
GlyphRun run = g.
MeasurementGlyphRun
; // g.ToGlyphRun();
System\Windows\Documents\FixedTextBuilder.cs (1)
956
(elements.Current is Glyphs && (elements.Current as Glyphs).
MeasurementGlyphRun
!= null))
System\Windows\Documents\FixedTextView.cs (1)
453
GlyphRun run = g.
MeasurementGlyphRun
;