2 writes to _isInViewCell
Microsoft.Maui.Controls.Compatibility (2)
Android\Renderers\MotionEventHelper.cs (2)
40
_isInViewCell
= false;
50
_isInViewCell
= element.IsInViewCell();
1 reference to _isInViewCell
Microsoft.Maui.Controls.Compatibility (1)
Android\Renderers\MotionEventHelper.cs (1)
21
if (
_isInViewCell
|| _element == null || motionEvent == null || motionEvent.Action == MotionEventActions.Cancel)