12 references to NotCalculated
PresentationCore (12)
Core\CSharp\System\Windows\Media\DrawingVisual.cs (1)
68Debug.Assert(intersectionDetail != IntersectionDetail.NotCalculated);
Core\CSharp\System\Windows\Media\HitTestWithGeometryDrawingContextWalker.cs (5)
50_intersectionDetail = IntersectionDetail.NotCalculated; 62_intersectionDetail != IntersectionDetail.NotCalculated); 70if (_intersectionDetail == IntersectionDetail.NotCalculated) 399Debug.Assert(intersectionDetail != IntersectionDetail.NotCalculated); 415if (_intersectionDetail == IntersectionDetail.NotCalculated)
Core\CSharp\System\Windows\Media\PathGeometry.cs (2)
897IntersectionDetail detail = IntersectionDetail.NotCalculated; 939Debug.Assert(detail != IntersectionDetail.NotCalculated);
Core\CSharp\System\Windows\Media\Visual.cs (3)
2277Debug.Assert(intersectionDetail != IntersectionDetail.NotCalculated); 2335Debug.Assert(intersectionDetail != IntersectionDetail.NotCalculated); 2466Debug.Assert(intersectionDetail != IntersectionDetail.NotCalculated);
Core\CSharp\System\Windows\UIElement.cs (1)
3147Debug.Assert(intersectionDetail != IntersectionDetail.NotCalculated);