4 writes to removeScrolledEvent
Microsoft.Maui.Controls (4)
Compatibility\Handlers\Shell\iOS\ShellFlyoutLayoutManager.cs (4)
44
removeScrolledEvent
= null;
79
removeScrolledEvent
= () => sv.Scrolled -= ScrollViewScrolled;
86
removeScrolledEvent
= () => cv.Scrolled -= CollectionViewScrolled;
95
removeScrolledEvent
= () => lv.Scrolled -= ListViewScrolled;
1 reference to removeScrolledEvent
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellFlyoutLayoutManager.cs (1)
43
removeScrolledEvent
?.Invoke();