14 references to Empty
PresentationCore (14)
System\Windows\Media\DrawingServices.cs (1)
64return IntersectionDetail.Empty;
System\Windows\Media\DrawingVisual.cs (1)
53if (intersectionDetail != IntersectionDetail.Empty)
System\Windows\Media\Geometry.cs (2)
533return IntersectionDetail.Empty; 560return IntersectionDetail.Empty;
System\Windows\Media\HitTestWithGeometryDrawingContextWalker.cs (4)
46return (_intersectionDetail != IntersectionDetail.Empty && 57return IntersectionDetail.Empty; 416else if (intersectionDetail == IntersectionDetail.Empty 419_intersectionDetail != IntersectionDetail.Empty)
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (1)
46return _contains ? IntersectionDetail.FullyInside : IntersectionDetail.Empty;
System\Windows\Media\PathGeometry.cs (1)
851detail = IntersectionDetail.Empty;
System\Windows\Media\Visual.cs (3)
2243if (intersectionDetail == IntersectionDetail.Empty) 2301if (intersectionDetail == IntersectionDetail.Empty) 2427if (intersectionDetail != IntersectionDetail.Empty)
System\Windows\UIElement.cs (1)
3115if (intersectionDetail != IntersectionDetail.Empty)