4 references to IsPointInPolygon
PresentationCore (4)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (4)
963if (IsPointInPolygon(bounds, uv1)) 968if (IsPointInPolygon(bounds, uv2)) 976if (IsPointInPolygon(bounds, uv1) && 977IsPointInPolygon(bounds, uv2))