4 references to IsPointInPolygon
PresentationCore (4)
MS\Internal\Media3D\GeneralTransform2DTo3DTo2D.cs (4)
956if (IsPointInPolygon(bounds, uv1)) 961if (IsPointInPolygon(bounds, uv2)) 969if (IsPointInPolygon(bounds, uv1) && 970IsPointInPolygon(bounds, uv2))