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