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