4 references to IsPointInPolygon
PresentationCore (4)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (4)
977if (IsPointInPolygon(bounds, uv1)) 982if (IsPointInPolygon(bounds, uv2)) 990if (IsPointInPolygon(bounds, uv1) && 991IsPointInPolygon(bounds, uv2))