12 references to NotCalculated
PresentationCore (12)
System\Windows\Media\DrawingVisual.cs (1)
51Debug.Assert(intersectionDetail != IntersectionDetail.NotCalculated);
System\Windows\Media\HitTestWithGeometryDrawingContextWalker.cs (5)
35_intersectionDetail = IntersectionDetail.NotCalculated; 47_intersectionDetail != IntersectionDetail.NotCalculated); 55if (_intersectionDetail == IntersectionDetail.NotCalculated) 384Debug.Assert(intersectionDetail != IntersectionDetail.NotCalculated); 400if (_intersectionDetail == IntersectionDetail.NotCalculated)
System\Windows\Media\PathGeometry.cs (2)
820IntersectionDetail detail = IntersectionDetail.NotCalculated; 862Debug.Assert(detail != IntersectionDetail.NotCalculated);
System\Windows\Media\Visual.cs (3)
2242Debug.Assert(intersectionDetail != IntersectionDetail.NotCalculated); 2300Debug.Assert(intersectionDetail != IntersectionDetail.NotCalculated); 2425Debug.Assert(intersectionDetail != IntersectionDetail.NotCalculated);
System\Windows\UIElement.cs (1)
3105Debug.Assert(intersectionDetail != IntersectionDetail.NotCalculated);