5 references to GetGlyphsElement
PresentationFramework (5)
System\Windows\Documents\FixedPageStructure.cs (1)
536
glyphs = fp.
GetGlyphsElement
(currentFixedNode);
System\Windows\Documents\FixedTextBuilder.cs (1)
267
return page.
GetGlyphsElement
(node);
System\Windows\Documents\FixedTextView.cs (2)
836
Glyphs startGlyphs = this.FixedPage.
GetGlyphsElement
(node);
919
Glyphs g = page.
GetGlyphsElement
(node);
System\Windows\Documents\RubberbandSelector.cs (1)
284
Glyphs g = _page.
GetGlyphsElement
(node);