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