1 instantiation of ContextScrollViewDelegate
Microsoft.Maui.Controls.Compatibility (1)
iOS\ContextActionCell.cs (1)
249
_scroller.Delegate = new
ContextScrollViewDelegate
(container, _buttons, isOpen);
6 references to ContextScrollViewDelegate
Microsoft.Maui.Controls.Compatibility (6)
iOS\ContextActionCell.cs (4)
65
ContextScrollViewDelegate
ScrollDelegate
67
get { return (
ContextScrollViewDelegate
)_scroller.Delegate; }
480
((
ContextScrollViewDelegate
)_scroller.Delegate).ClosedCallback = () =>
483
((
ContextScrollViewDelegate
)_scroller.Delegate).ClosedCallback = null;
iOS\ContextScrollViewDelegate.cs (2)
199
|| !ReferenceEquals(((
ContextScrollViewDelegate
)scrollViewBeingScrolled.Delegate)?._table, ((
ContextScrollViewDelegate
)scrollView.Delegate)?._table))