14 references to Empty
PresentationCore (14)
System\Windows\Media\DrawingServices.cs (1)
63return IntersectionDetail.Empty;
System\Windows\Media\DrawingVisual.cs (1)
52if (intersectionDetail != IntersectionDetail.Empty)
System\Windows\Media\Geometry.cs (2)
526return IntersectionDetail.Empty; 553return IntersectionDetail.Empty;
System\Windows\Media\HitTestWithGeometryDrawingContextWalker.cs (4)
45return (_intersectionDetail != IntersectionDetail.Empty && 56return IntersectionDetail.Empty; 415else if (intersectionDetail == IntersectionDetail.Empty 418_intersectionDetail != IntersectionDetail.Empty)
System\Windows\Media\HitTestWithPointDrawingContextWalker.cs (1)
45return _contains ? IntersectionDetail.FullyInside : IntersectionDetail.Empty;
System\Windows\Media\PathGeometry.cs (1)
845detail = IntersectionDetail.Empty;
System\Windows\Media\Visual.cs (3)
2240if (intersectionDetail == IntersectionDetail.Empty) 2298if (intersectionDetail == IntersectionDetail.Empty) 2424if (intersectionDetail != IntersectionDetail.Empty)
System\Windows\UIElement.cs (1)
3106if (intersectionDetail != IntersectionDetail.Empty)