2 instantiations of Glyphs
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5258DefaultConstructor = delegate () { return new System.Windows.Documents.Glyphs(); },
System\Windows\Markup\KnownTypes.cs (1)
1295case KnownElements.Glyphs: o = new System.Windows.Documents.Glyphs(); break;
72 references to Glyphs
PresentationFramework (72)
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)
861internal Glyphs GetGlyphsElement(FixedNode node) 863return GetElement(node) as Glyphs; 923if (!(element is Glyphs)) 1239Glyphs 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)
245if (obj is Glyphs) 247_ProcessGlyphsElement(obj as Glyphs, node); 398private void _ProcessGlyphsElement(Glyphs glyphs, FixedNode node) 506private 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) 953(elements.Current is Glyphs && (elements.Current as Glyphs).MeasurementGlyphRun != null)) 1282if (e is Glyphs) 1284GlyphRun run = ((Glyphs)e).ToGlyphRun(); 1479Glyphs currentRunGlyph = _builder.GetGlyphsElement(lastRun.FixedNode); 1480Glyphs glyphs = _builder.GetGlyphsElement(run.FixedNode); 1639Glyphs glyphs = _builder.GetGlyphsElement(run.FixedNode); 1790private Glyphs _lastGlyphs;
System\Windows\Documents\FixedTextContainer.cs (2)
436Glyphs g = o as Glyphs;
System\Windows\Documents\FixedTextView.cs (15)
90Glyphs g = e as Glyphs; 197if (element is Glyphs g) 271Glyphs g = fh.Glyphs; 440if (element is Glyphs g) 510if (element is Glyphs g) 600if (element is Glyphs) 602lastIndex = ((Glyphs)element).UnicodeString.Length; 785private void _GlyphRunHitTest(Glyphs g, double xoffset, out int charIndex, out LogicalDirection edge) 818Glyphs closestGlyphs = null; 823Glyphs startGlyphs = this.FixedPage.GetGlyphsElement(node); 896Glyphs hitGlyphs = null; 903Glyphs g = page.GetGlyphsElement(node); 977internal static Rect _GetGlyphRunDesignRect(Glyphs g, int charStart, int charEnd) 1176private ITextPointer _CreateTextPointerFromGlyphs(Glyphs g, Point point)
System\Windows\Documents\Glyphs.cs (14)
698((Glyphs)d)._glyphRunProperties = null; 705((Glyphs)d)._measurementGlyphRun = null; 715typeof(Glyphs), 742DependencyProperty.Register( "Indices", typeof(string), typeof(Glyphs), 766DependencyProperty.Register( "UnicodeString", typeof(string), typeof(Glyphs), 789DependencyProperty.Register( "CaretStops", typeof(string), typeof(Glyphs), 811DependencyProperty.Register( "FontRenderingEmSize", typeof(double), typeof(Glyphs), 834DependencyProperty.Register( "OriginX", typeof(double), typeof(Glyphs), 857DependencyProperty.Register( "OriginY", typeof(double), typeof(Glyphs), 880DependencyProperty.Register( "FontUri", typeof(Uri), typeof(Glyphs), 902DependencyProperty.Register( "StyleSimulations", typeof(StyleSimulations), typeof(Glyphs), 924DependencyProperty.Register( "IsSideways", typeof(bool), typeof(Glyphs), 948DependencyProperty.Register( "BidiLevel", typeof(int), typeof(Glyphs), 971DependencyProperty.Register("DeviceFontName", typeof(string), typeof(Glyphs),
System\Windows\Documents\HighlightVisual.cs (2)
205Glyphs g = fh.Glyphs; 283Glyphs 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)
271Glyphs g = _page.GetGlyphsElement(node); 335private 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)
5255typeof(System.Windows.Documents.Glyphs),
System\Windows\Markup\KnownTypes.cs (1)
5798case KnownElements.Glyphs: t = typeof(System.Windows.Documents.Glyphs); break;