2 instantiations of Glyphs
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5257DefaultConstructor = delegate () { return new System.Windows.Documents.Glyphs(); },
System\Windows\Markup\KnownTypes.cs (1)
1294case KnownElements.Glyphs: o = new System.Windows.Documents.Glyphs(); break;
72 references to Glyphs
PresentationFramework (72)
System\Windows\Documents\FixedDocument.cs (1)
488if (element is Glyphs || element is Image || (p != null && p.Fill is ImageBrush))
System\Windows\Documents\FixedDSBuilder.cs (1)
229if (fen.uiElement is Glyphs || fen.uiElement is Path ||
System\Windows\Documents\FixedHighlight.cs (4)
106Glyphs g = _element as Glyphs; 193internal Glyphs Glyphs 195get { return _element as Glyphs; }
System\Windows\Documents\FixedPage.cs (5)
860internal Glyphs GetGlyphsElement(FixedNode node) 862return GetElement(node) as Glyphs; 922if (!(element is Glyphs)) 1238Glyphs glyphs = ob as Glyphs;
System\Windows\Documents\FixedPageStructure.cs (3)
377Glyphs glyphs = dependencyObject as Glyphs; 509Glyphs glyphs;
System\Windows\Documents\FixedSOMElement.cs (3)
71if (uiElement is Glyphs) 73Glyphs glyphs = uiElement as Glyphs;
System\Windows\Documents\FixedSOMPageConstructor.cs (4)
244if (obj is Glyphs) 246_ProcessGlyphsElement(obj as Glyphs, node); 397private void _ProcessGlyphsElement(Glyphs glyphs, FixedNode node) 505private void _CreateTextRun(Rect boundingRect, GeneralTransform trans, Glyphs glyphs, FixedNode node, int startIndex, int endIndex)
System\Windows\Documents\FixedSOMTextRun.cs (1)
90public static FixedSOMTextRun Create(Rect boundingRect, GeneralTransform transform, Glyphs glyphs, FixedNode fixedNode, int startIndex, int endIndex, bool allowReverseGlyphs)
System\Windows\Documents\FixedTextBuilder.cs (11)
255internal Glyphs GetGlyphsElement(FixedNode node) 830private GlyphComparison _CompareGlyphs(Glyphs glyph1, Glyphs glyph2) 952(elements.Current is Glyphs && (elements.Current as Glyphs).MeasurementGlyphRun != null)) 1281if (e is Glyphs) 1283GlyphRun run = ((Glyphs)e).ToGlyphRun(); 1478Glyphs currentRunGlyph = _builder.GetGlyphsElement(lastRun.FixedNode); 1479Glyphs glyphs = _builder.GetGlyphsElement(run.FixedNode); 1638Glyphs glyphs = _builder.GetGlyphsElement(run.FixedNode); 1789private Glyphs _lastGlyphs;
System\Windows\Documents\FixedTextContainer.cs (2)
435Glyphs g = o as Glyphs;
System\Windows\Documents\FixedTextView.cs (15)
89Glyphs g = e as Glyphs; 196if (element is Glyphs g) 270Glyphs g = fh.Glyphs; 439if (element is Glyphs g) 509if (element is Glyphs g) 599if (element is Glyphs) 601lastIndex = ((Glyphs)element).UnicodeString.Length; 784private void _GlyphRunHitTest(Glyphs g, double xoffset, out int charIndex, out LogicalDirection edge) 817Glyphs closestGlyphs = null; 822Glyphs startGlyphs = this.FixedPage.GetGlyphsElement(node); 895Glyphs hitGlyphs = null; 902Glyphs g = page.GetGlyphsElement(node); 976internal static Rect _GetGlyphRunDesignRect(Glyphs g, int charStart, int charEnd) 1175private ITextPointer _CreateTextPointerFromGlyphs(Glyphs g, Point point)
System\Windows\Documents\Glyphs.cs (14)
697((Glyphs)d)._glyphRunProperties = null; 704((Glyphs)d)._measurementGlyphRun = null; 714typeof(Glyphs), 741DependencyProperty.Register( "Indices", typeof(string), typeof(Glyphs), 765DependencyProperty.Register( "UnicodeString", typeof(string), typeof(Glyphs), 788DependencyProperty.Register( "CaretStops", typeof(string), typeof(Glyphs), 810DependencyProperty.Register( "FontRenderingEmSize", typeof(double), typeof(Glyphs), 833DependencyProperty.Register( "OriginX", typeof(double), typeof(Glyphs), 856DependencyProperty.Register( "OriginY", typeof(double), typeof(Glyphs), 879DependencyProperty.Register( "FontUri", typeof(Uri), typeof(Glyphs), 901DependencyProperty.Register( "StyleSimulations", typeof(StyleSimulations), typeof(Glyphs), 923DependencyProperty.Register( "IsSideways", typeof(bool), typeof(Glyphs), 947DependencyProperty.Register( "BidiLevel", typeof(int), typeof(Glyphs), 970DependencyProperty.Register("DeviceFontName", typeof(string), typeof(Glyphs),
System\Windows\Documents\HighlightVisual.cs (2)
204Glyphs g = fh.Glyphs; 282Glyphs g = fh.Glyphs;
System\Windows\Documents\Hyperlink.cs (1)
891if (fe != null && ((fe is Path) || (fe is Canvas) || (fe is Glyphs) || (fe is FixedPage)))
System\Windows\Documents\RubberbandSelector.cs (2)
270Glyphs g = _page.GetGlyphsElement(node); 334private bool IntersectGlyphs(Glyphs g, double top, double left, double bottom, double right, out int begin, out int end, out bool includeEnd, out double baseline, out double height)
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
343case 250: t = () => typeof(Glyphs); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5254typeof(System.Windows.Documents.Glyphs),
System\Windows\Markup\KnownTypes.cs (1)
5797case KnownElements.Glyphs: t = typeof(System.Windows.Documents.Glyphs); break;