4 references to IsPointInPolygon
PresentationCore (4)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (4)
957if (IsPointInPolygon(bounds, uv1)) 962if (IsPointInPolygon(bounds, uv2)) 970if (IsPointInPolygon(bounds, uv1) && 971IsPointInPolygon(bounds, uv2))