3 writes to s_scrollViewBeingScrolled
Microsoft.Maui.Controls.Compatibility (3)
iOS\ContextScrollViewDelegate.cs (3)
80
s_scrollViewBeingScrolled
= new WeakReference<UIScrollView>(scrollView);
123
s_scrollViewBeingScrolled
= null;
217
s_scrollViewBeingScrolled
= null;
2 references to s_scrollViewBeingScrolled
Microsoft.Maui.Controls.Compatibility (2)
iOS\ContextScrollViewDelegate.cs (2)
193
if (
s_scrollViewBeingScrolled
== null)
197
if (!
s_scrollViewBeingScrolled
.TryGetTarget(out scrollViewBeingScrolled)