2 instantiations of Glyphs
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4837bamlType.DefaultConstructor = delegate() { return new System.Windows.Documents.Glyphs(); };
System\Windows\Markup\KnownTypes.cs (1)
1301case KnownElements.Glyphs: o = new System.Windows.Documents.Glyphs(); break;
78 references to Glyphs
PresentationFramework (78)
System\Windows\Documents\FixedDocument.cs (1)
489if (element is Glyphs || element is Image || (p != null && p.Fill is ImageBrush))
System\Windows\Documents\FixedDSBuilder.cs (1)
230if (fen.uiElement is Glyphs || fen.uiElement is Path ||
System\Windows\Documents\FixedHighlight.cs (4)
107Glyphs g = _element as Glyphs; 194internal Glyphs Glyphs 196get { return _element as Glyphs; }
System\Windows\Documents\FixedPage.cs (5)
859internal Glyphs GetGlyphsElement(FixedNode node) 861return GetElement(node) as Glyphs; 921if (!(element is Glyphs)) 1237Glyphs glyphs = ob as Glyphs;
System\Windows\Documents\FixedPageStructure.cs (3)
378Glyphs glyphs = dependencyObject as Glyphs; 510Glyphs glyphs;
System\Windows\Documents\FixedSOMElement.cs (3)
72if (uiElement is Glyphs) 74Glyphs glyphs = uiElement as Glyphs;
System\Windows\Documents\FixedSOMPageConstructor.cs (4)
243if (obj is Glyphs) 245_ProcessGlyphsElement(obj as Glyphs, node); 396private void _ProcessGlyphsElement(Glyphs glyphs, FixedNode node) 504private void _CreateTextRun(Rect boundingRect, GeneralTransform trans, Glyphs glyphs, FixedNode node, int startIndex, int endIndex)
System\Windows\Documents\FixedSOMTextRun.cs (1)
91public static FixedSOMTextRun Create(Rect boundingRect, GeneralTransform transform, Glyphs glyphs, FixedNode fixedNode, int startIndex, int endIndex, bool allowReverseGlyphs)
System\Windows\Documents\FixedTextBuilder.cs (11)
256internal Glyphs GetGlyphsElement(FixedNode node) 831private GlyphComparison _CompareGlyphs(Glyphs glyph1, Glyphs glyph2) 956(elements.Current is Glyphs && (elements.Current as Glyphs).MeasurementGlyphRun != null)) 1285if (e is Glyphs) 1287GlyphRun run = ((Glyphs)e).ToGlyphRun(); 1482Glyphs currentRunGlyph = _builder.GetGlyphsElement(lastRun.FixedNode); 1483Glyphs glyphs = _builder.GetGlyphsElement(run.FixedNode); 1643Glyphs glyphs = _builder.GetGlyphsElement(run.FixedNode); 1792private Glyphs _lastGlyphs;
System\Windows\Documents\FixedTextContainer.cs (2)
444Glyphs g = o as Glyphs;
System\Windows\Documents\FixedTextView.cs (21)
90Glyphs g = e as Glyphs; 199if (element is Glyphs) 201Glyphs g = (Glyphs)element; 276Glyphs g = fh.Glyphs; 443if (element is Glyphs) 445Glyphs g = (Glyphs)element; 514if (element is Glyphs) 516Glyphs g = (Glyphs)element; 605if (element is Glyphs) 607lastIndex = ((Glyphs)element).UnicodeString.Length; 790private void _GlyphRunHitTest(Glyphs g, double xoffset, out int charIndex, out LogicalDirection edge) 823Glyphs closestGlyphs = null; 828Glyphs startGlyphs = this.FixedPage.GetGlyphsElement(node); 904Glyphs hitGlyphs = null; 911Glyphs g = page.GetGlyphsElement(node); 985internal static Rect _GetGlyphRunDesignRect(Glyphs g, int charStart, int charEnd) 1184private ITextPointer _CreateTextPointerFromGlyphs(Glyphs g, Point point)
System\Windows\Documents\Glyphs.cs (14)
699((Glyphs)d)._glyphRunProperties = null; 706((Glyphs)d)._measurementGlyphRun = null; 716typeof(Glyphs), 743DependencyProperty.Register( "Indices", typeof(string), typeof(Glyphs), 767DependencyProperty.Register( "UnicodeString", typeof(string), typeof(Glyphs), 790DependencyProperty.Register( "CaretStops", typeof(string), typeof(Glyphs), 812DependencyProperty.Register( "FontRenderingEmSize", typeof(double), typeof(Glyphs), 835DependencyProperty.Register( "OriginX", typeof(double), typeof(Glyphs), 858DependencyProperty.Register( "OriginY", typeof(double), typeof(Glyphs), 881DependencyProperty.Register( "FontUri", typeof(Uri), typeof(Glyphs), 903DependencyProperty.Register( "StyleSimulations", typeof(StyleSimulations), typeof(Glyphs), 925DependencyProperty.Register( "IsSideways", typeof(bool), typeof(Glyphs), 949DependencyProperty.Register( "BidiLevel", typeof(int), typeof(Glyphs), 972DependencyProperty.Register("DeviceFontName", typeof(string), typeof(Glyphs),
System\Windows\Documents\HighlightVisual.cs (2)
205Glyphs g = fh.Glyphs; 281Glyphs g = fh.Glyphs;
System\Windows\Documents\Hyperlink.cs (1)
890if (fe != null && ((fe is Path) || (fe is Canvas) || (fe is Glyphs) || (fe is FixedPage)))
System\Windows\Documents\RubberbandSelector.cs (2)
274Glyphs g = _page.GetGlyphsElement(node); 336private 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)
344case 250: t = () => typeof(Glyphs); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4835typeof(System.Windows.Documents.Glyphs),
System\Windows\Markup\KnownTypes.cs (1)
5804case KnownElements.Glyphs: t = typeof(System.Windows.Documents.Glyphs); break;