2 instantiations of Glyphs
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4839bamlType.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)
500if (element is Glyphs || element is Image || (p != null && p.Fill is ImageBrush))
System\Windows\Documents\FixedDSBuilder.cs (1)
238if (fen.uiElement is Glyphs || fen.uiElement is Path ||
System\Windows\Documents\FixedHighlight.cs (4)
112Glyphs g = _element as Glyphs; 199internal Glyphs Glyphs 201get { return _element as Glyphs; }
System\Windows\Documents\FixedPage.cs (5)
867internal Glyphs GetGlyphsElement(FixedNode node) 869return GetElement(node) as Glyphs; 929if (!(element is Glyphs)) 1245Glyphs glyphs = ob as Glyphs;
System\Windows\Documents\FixedPageStructure.cs (3)
384Glyphs glyphs = dependencyObject as Glyphs; 516Glyphs glyphs;
System\Windows\Documents\FixedSOMElement.cs (3)
75if (uiElement is Glyphs) 77Glyphs glyphs = uiElement as Glyphs;
System\Windows\Documents\FixedSOMPageConstructor.cs (4)
248if (obj is Glyphs) 250_ProcessGlyphsElement(obj as Glyphs, node); 401private void _ProcessGlyphsElement(Glyphs glyphs, FixedNode node) 509private void _CreateTextRun(Rect boundingRect, GeneralTransform trans, Glyphs glyphs, FixedNode node, int startIndex, int endIndex)
System\Windows\Documents\FixedSOMTextRun.cs (1)
95public static FixedSOMTextRun Create(Rect boundingRect, GeneralTransform transform, Glyphs glyphs, FixedNode fixedNode, int startIndex, int endIndex, bool allowReverseGlyphs)
System\Windows\Documents\FixedTextBuilder.cs (11)
262internal Glyphs GetGlyphsElement(FixedNode node) 837private GlyphComparison _CompareGlyphs(Glyphs glyph1, Glyphs glyph2) 962(elements.Current is Glyphs && (elements.Current as Glyphs).MeasurementGlyphRun != null)) 1291if (e is Glyphs) 1293GlyphRun run = ((Glyphs)e).ToGlyphRun(); 1488Glyphs currentRunGlyph = _builder.GetGlyphsElement(lastRun.FixedNode); 1489Glyphs glyphs = _builder.GetGlyphsElement(run.FixedNode); 1649Glyphs glyphs = _builder.GetGlyphsElement(run.FixedNode); 1798private Glyphs _lastGlyphs;
System\Windows\Documents\FixedTextContainer.cs (2)
453Glyphs g = o as Glyphs;
System\Windows\Documents\FixedTextView.cs (21)
98Glyphs g = e as Glyphs; 207if (element is Glyphs) 209Glyphs g = (Glyphs)element; 284Glyphs g = fh.Glyphs; 451if (element is Glyphs) 453Glyphs g = (Glyphs)element; 522if (element is Glyphs) 524Glyphs g = (Glyphs)element; 613if (element is Glyphs) 615lastIndex = ((Glyphs)element).UnicodeString.Length; 798private void _GlyphRunHitTest(Glyphs g, double xoffset, out int charIndex, out LogicalDirection edge) 831Glyphs closestGlyphs = null; 836Glyphs startGlyphs = this.FixedPage.GetGlyphsElement(node); 912Glyphs hitGlyphs = null; 919Glyphs g = page.GetGlyphsElement(node); 993internal static Rect _GetGlyphRunDesignRect(Glyphs g, int charStart, int charEnd) 1192private ITextPointer _CreateTextPointerFromGlyphs(Glyphs g, Point point)
System\Windows\Documents\Glyphs.cs (14)
712((Glyphs)d)._glyphRunProperties = null; 719((Glyphs)d)._measurementGlyphRun = null; 729typeof(Glyphs), 756DependencyProperty.Register( "Indices", typeof(string), typeof(Glyphs), 780DependencyProperty.Register( "UnicodeString", typeof(string), typeof(Glyphs), 803DependencyProperty.Register( "CaretStops", typeof(string), typeof(Glyphs), 825DependencyProperty.Register( "FontRenderingEmSize", typeof(double), typeof(Glyphs), 848DependencyProperty.Register( "OriginX", typeof(double), typeof(Glyphs), 871DependencyProperty.Register( "OriginY", typeof(double), typeof(Glyphs), 894DependencyProperty.Register( "FontUri", typeof(Uri), typeof(Glyphs), 916DependencyProperty.Register( "StyleSimulations", typeof(StyleSimulations), typeof(Glyphs), 938DependencyProperty.Register( "IsSideways", typeof(bool), typeof(Glyphs), 962DependencyProperty.Register( "BidiLevel", typeof(int), typeof(Glyphs), 985DependencyProperty.Register("DeviceFontName", typeof(string), typeof(Glyphs),
System\Windows\Documents\HighlightVisual.cs (2)
215Glyphs g = fh.Glyphs; 291Glyphs g = fh.Glyphs;
System\Windows\Documents\Hyperlink.cs (1)
896if (fe != null && ((fe is Path) || (fe is Canvas) || (fe is Glyphs) || (fe is FixedPage)))
System\Windows\Documents\RubberbandSelector.cs (2)
284Glyphs g = _page.GetGlyphsElement(node); 346private 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)
346case 250: t = () => typeof(Glyphs); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4837typeof(System.Windows.Documents.Glyphs),
System\Windows\Markup\KnownTypes.cs (1)
5804case KnownElements.Glyphs: t = typeof(System.Windows.Documents.Glyphs); break;