12 references to NotCalculated
PresentationCore (12)
System\Windows\Media\DrawingVisual.cs (1)
61Debug.Assert(intersectionDetail != IntersectionDetail.NotCalculated);
System\Windows\Media\HitTestWithGeometryDrawingContextWalker.cs (5)
48_intersectionDetail = IntersectionDetail.NotCalculated; 60_intersectionDetail != IntersectionDetail.NotCalculated); 68if (_intersectionDetail == IntersectionDetail.NotCalculated) 397Debug.Assert(intersectionDetail != IntersectionDetail.NotCalculated); 413if (_intersectionDetail == IntersectionDetail.NotCalculated)
System\Windows\Media\PathGeometry.cs (2)
843IntersectionDetail detail = IntersectionDetail.NotCalculated; 885Debug.Assert(detail != IntersectionDetail.NotCalculated);
System\Windows\Media\Visual.cs (3)
2258Debug.Assert(intersectionDetail != IntersectionDetail.NotCalculated); 2316Debug.Assert(intersectionDetail != IntersectionDetail.NotCalculated); 2441Debug.Assert(intersectionDetail != IntersectionDetail.NotCalculated);
System\Windows\UIElement.cs (1)
3118Debug.Assert(intersectionDetail != IntersectionDetail.NotCalculated);