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