5 references to GetGlyphsElement
PresentationFramework (5)
System\Windows\Documents\FixedPageStructure.cs (1)
529glyphs = fp.GetGlyphsElement(currentFixedNode);
System\Windows\Documents\FixedTextBuilder.cs (1)
260return page.GetGlyphsElement(node);
System\Windows\Documents\FixedTextView.cs (2)
822Glyphs startGlyphs = this.FixedPage.GetGlyphsElement(node); 902Glyphs g = page.GetGlyphsElement(node);
System\Windows\Documents\RubberbandSelector.cs (1)
270Glyphs g = _page.GetGlyphsElement(node);