5 references to GetGlyphsElement
PresentationFramework (5)
System\Windows\Documents\FixedPageStructure.cs (1)
530
glyphs = fp.
GetGlyphsElement
(currentFixedNode);
System\Windows\Documents\FixedTextBuilder.cs (1)
261
return page.
GetGlyphsElement
(node);
System\Windows\Documents\FixedTextView.cs (2)
823
Glyphs startGlyphs = this.FixedPage.
GetGlyphsElement
(node);
906
Glyphs g = page.
GetGlyphsElement
(node);
System\Windows\Documents\RubberbandSelector.cs (1)
274
Glyphs g = _page.
GetGlyphsElement
(node);