Base:
method
GetAsPathGeometry
System.Windows.Media.Geometry.GetAsPathGeometry()
6 references to GetAsPathGeometry
PresentationCore (6)
Core\CSharp\System\Windows\Media\CombinedGeometry.cs (6)
130
return
GetAsPathGeometry
().Bounds;
146
return
GetAsPathGeometry
().GetBoundsInternal(pen, matrix, tolerance, type);
235
return
GetAsPathGeometry
().GetArea(tolerance, type);
242
return
GetAsPathGeometry
().GetTransformedFigureCollection(transform);
256
PathGeometry pathGeometry =
GetAsPathGeometry
();
287
return
GetAsPathGeometry
().IsEmpty();