12 references to NotCalculated
PresentationCore (12)
System\Windows\Media\DrawingVisual.cs (1)
50Debug.Assert(intersectionDetail != IntersectionDetail.NotCalculated);
System\Windows\Media\HitTestWithGeometryDrawingContextWalker.cs (5)
34_intersectionDetail = IntersectionDetail.NotCalculated; 46_intersectionDetail != IntersectionDetail.NotCalculated); 54if (_intersectionDetail == IntersectionDetail.NotCalculated) 383Debug.Assert(intersectionDetail != IntersectionDetail.NotCalculated); 399if (_intersectionDetail == IntersectionDetail.NotCalculated)
System\Windows\Media\PathGeometry.cs (2)
813IntersectionDetail detail = IntersectionDetail.NotCalculated; 855Debug.Assert(detail != IntersectionDetail.NotCalculated);
System\Windows\Media\Visual.cs (3)
2239Debug.Assert(intersectionDetail != IntersectionDetail.NotCalculated); 2297Debug.Assert(intersectionDetail != IntersectionDetail.NotCalculated); 2422Debug.Assert(intersectionDetail != IntersectionDetail.NotCalculated);
System\Windows\UIElement.cs (1)
3104Debug.Assert(intersectionDetail != IntersectionDetail.NotCalculated);