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