4 references to GlyphRunDrawing
PresentationCore (2)
System\Windows\Media\DrawingDrawingContext.cs (1)
1100GlyphRunDrawing glyphRunDrawing = new GlyphRunDrawing();
System\Windows\Media\Generated\GlyphRunDrawing.cs (1)
207return new GlyphRunDrawing();
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
4815bamlType.DefaultConstructor = delegate() { return new System.Windows.Media.GlyphRunDrawing(); };
System\Windows\Markup\KnownTypes.cs (1)
1299case KnownElements.GlyphRunDrawing: o = new System.Windows.Media.GlyphRunDrawing(); break;