6 references to GetPathGeometry
PresentationCore (6)
System\Windows\Media\EllipseGeometry.cs (1)
289return ctx.GetPathGeometry();
System\Windows\Media\GlyphTypeface.cs (1)
1295return ctx.GetPathGeometry();
System\Windows\Media\LineGeometry.cs (1)
185return ctx.GetPathGeometry();
System\Windows\Media\Parsers.cs (1)
312PathGeometry pathGeometry = context.GetPathGeometry();
System\Windows\Media\RectangleGeometry.cs (1)
386return ctx.GetPathGeometry();
System\Windows\Media\StreamGeometry.cs (1)
280return ctx.GetPathGeometry();