6 references to GetPathGeometry
PresentationCore (6)
Core\CSharp\System\Windows\Media\EllipseGeometry.cs (1)
323return ctx.GetPathGeometry();
Core\CSharp\System\Windows\Media\GlyphTypeface.cs (1)
1648return ctx.GetPathGeometry();
Core\CSharp\System\Windows\Media\LineGeometry.cs (1)
219return ctx.GetPathGeometry();
Core\CSharp\System\Windows\Media\Parsers.cs (1)
329PathGeometry pathGeometry = context.GetPathGeometry();
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (1)
416return ctx.GetPathGeometry();
Core\CSharp\System\Windows\Media\StreamGeometry.cs (1)
337return ctx.GetPathGeometry();