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