14 references to Empty
PresentationCore (14)
System\Windows\Media\DrawingServices.cs (1)
67return IntersectionDetail.Empty;
System\Windows\Media\DrawingVisual.cs (1)
63if (intersectionDetail != IntersectionDetail.Empty)
System\Windows\Media\Geometry.cs (2)
545return IntersectionDetail.Empty; 572return IntersectionDetail.Empty;
System\Windows\Media\HitTestWithGeometryDrawingContextWalker.cs (4)
59return (_intersectionDetail != IntersectionDetail.Empty && 70return IntersectionDetail.Empty; 429else if (intersectionDetail == IntersectionDetail.Empty 432_intersectionDetail != IntersectionDetail.Empty)
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (1)
58return _contains ? IntersectionDetail.FullyInside : IntersectionDetail.Empty;
System\Windows\Media\PathGeometry.cs (1)
875detail = IntersectionDetail.Empty;
System\Windows\Media\Visual.cs (3)
2259if (intersectionDetail == IntersectionDetail.Empty) 2317if (intersectionDetail == IntersectionDetail.Empty) 2443if (intersectionDetail != IntersectionDetail.Empty)
System\Windows\UIElement.cs (1)
3120if (intersectionDetail != IntersectionDetail.Empty)