1 write to _element
Microsoft.Maui.Controls.Compatibility (1)
Android\Renderers\MotionEventHelper.cs (1)
41
_element
= element;
5 references to _element
Microsoft.Maui.Controls.Compatibility (5)
Android\Renderers\MotionEventHelper.cs (5)
21
if (_isInViewCell ||
_element
== null || motionEvent == null || motionEvent.Action == MotionEventActions.Cancel)
43
if (
_element
== null)
55
if (
_element
is Layout layout)
70
if (Platform.GetRenderer(
_element
) is Platform.DefaultRenderer renderer)
84
if (
_element
.InputTransparent)