4 references to GetGlyphsElement
PresentationFramework (4)
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (1)
283
return page.
GetGlyphsElement
(node);
src\Framework\System\Windows\Documents\FixedTextView.cs (2)
848
Glyphs startGlyphs = this.FixedPage.
GetGlyphsElement
(node);
931
Glyphs g = page.
GetGlyphsElement
(node);
src\Framework\System\Windows\Documents\RubberbandSelector.cs (1)
382
Glyphs g = _page.
GetGlyphsElement
(node);