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