6 references to GetPathGeometry
PresentationCore (6)
System\Windows\Media\EllipseGeometry.cs (1)
288return ctx.GetPathGeometry();
System\Windows\Media\GlyphTypeface.cs (1)
1294return ctx.GetPathGeometry();
System\Windows\Media\LineGeometry.cs (1)
184return ctx.GetPathGeometry();
System\Windows\Media\Parsers.cs (1)
311PathGeometry pathGeometry = context.GetPathGeometry();
System\Windows\Media\RectangleGeometry.cs (1)
385return ctx.GetPathGeometry();
System\Windows\Media\StreamGeometry.cs (1)
279return ctx.GetPathGeometry();