12 references to NotCalculated
PresentationCore (12)
System\Windows\Media\DrawingVisual.cs (1)
50
Debug.Assert(intersectionDetail != IntersectionDetail.
NotCalculated
);
System\Windows\Media\HitTestWithGeometryDrawingContextWalker.cs (5)
34
_intersectionDetail = IntersectionDetail.
NotCalculated
;
46
_intersectionDetail != IntersectionDetail.
NotCalculated
);
54
if (_intersectionDetail == IntersectionDetail.
NotCalculated
)
383
Debug.Assert(intersectionDetail != IntersectionDetail.
NotCalculated
);
399
if (_intersectionDetail == IntersectionDetail.
NotCalculated
)
System\Windows\Media\PathGeometry.cs (2)
813
IntersectionDetail detail = IntersectionDetail.
NotCalculated
;
855
Debug.Assert(detail != IntersectionDetail.
NotCalculated
);
System\Windows\Media\Visual.cs (3)
2239
Debug.Assert(intersectionDetail != IntersectionDetail.
NotCalculated
);
2297
Debug.Assert(intersectionDetail != IntersectionDetail.
NotCalculated
);
2422
Debug.Assert(intersectionDetail != IntersectionDetail.
NotCalculated
);
System\Windows\UIElement.cs (1)
3104
Debug.Assert(intersectionDetail != IntersectionDetail.
NotCalculated
);