3 writes to _table
Microsoft.Maui.Controls.Compatibility (3)
iOS\ContextScrollViewDelegate.cs (3)
170
_table
= table;
218
_table
= null;
238
_table
= null;
4 references to _table
Microsoft.Maui.Controls.Compatibility (4)
iOS\ContextScrollViewDelegate.cs (4)
172
_globalCloser.ShouldRecognizeSimultaneously = (recognizer, r) => r ==
_table
?.PanGestureRecognizer;
199
|| !ReferenceEquals(((ContextScrollViewDelegate)scrollViewBeingScrolled.Delegate)?.
_table
, ((ContextScrollViewDelegate)scrollView.Delegate)?.
_table
))
237
_table
.RemoveGestureRecognizer(_globalCloser);