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