2 writes to GlyphRun
PresentationCore (2)
System\Windows\Media\DrawingDrawingContext.cs (1)
1097
GlyphRun
= glyphRun
System\Windows\Media\GlyphRunDrawing.cs (1)
35
GlyphRun
= glyphRun;
10 references to GlyphRun
PresentationCore (5)
System\Windows\Media\FormattedText.cs (1)
1916
GlyphRun glyphRun = glyphRunDrawing.
GlyphRun
;
System\Windows\Media\Generated\GlyphRunDrawing.cs (3)
204
GlyphRun vGlyphRun =
GlyphRun
;
231
GlyphRun vGlyphRun =
GlyphRun
;
250
GlyphRun vGlyphRun =
GlyphRun
;
System\Windows\Media\GlyphRunDrawing.cs (1)
56
GlyphRun
PresentationFramework (1)
MS\Internal\PtsHost\Line.cs (1)
1071
GlyphRun glyphRun = glyphRunDrawing.
GlyphRun
;
ReachFramework (4)
AlphaFlattener\Primitive.cs (3)
389
if ((gd.
GlyphRun
!= null) && (gd.ForegroundBrush != null))
393
GlyphRun = gd.
GlyphRun
,
396
gd.
GlyphRun
.BuildGeometry().Bounds,
Serialization\VisualTreeFlattener.cs (1)
686
_dcf.DrawGlyphRun(gd.ForegroundBrush, gd.
GlyphRun
);