4 references to IsPointInPolygon
PresentationCore (4)
Core\CSharp\MS\Internal\Media3D\GeneralTransform2Dto3Dto2D.cs (4)
976if (IsPointInPolygon(bounds, uv1)) 981if (IsPointInPolygon(bounds, uv2)) 989if (IsPointInPolygon(bounds, uv1) && 990IsPointInPolygon(bounds, uv2))