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