1 instantiation of PointerGestureRecognizer
Microsoft.Maui.Controls (1)
PointerGestureRecognizer.cs (1)
261
recognizer = new
PointerGestureRecognizer
();
16 references to PointerGestureRecognizer
Microsoft.Maui.Controls (16)
Platform\GestureManager\GesturePlatformManager.iOS.cs (3)
245
var
pointerGestureRecognizer = recognizer as
PointerGestureRecognizer
;
413
if (weakRecognizer.Target is
PointerGestureRecognizer
pointerGestureRecognizer &&
PointerGestureRecognizer.cs (11)
16
public static readonly BindableProperty PointerEnteredCommandProperty = BindableProperty.Create(nameof(PointerEnteredCommand), typeof(ICommand), typeof(
PointerGestureRecognizer
), null);
21
public static readonly BindableProperty PointerEnteredCommandParameterProperty = BindableProperty.Create(nameof(PointerEnteredCommandParameter), typeof(object), typeof(
PointerGestureRecognizer
), null);
26
public static readonly BindableProperty PointerExitedCommandProperty = BindableProperty.Create(nameof(PointerExitedCommand), typeof(ICommand), typeof(
PointerGestureRecognizer
), null);
31
public static readonly BindableProperty PointerExitedCommandParameterProperty = BindableProperty.Create(nameof(PointerExitedCommandParameter), typeof(object), typeof(
PointerGestureRecognizer
), null);
36
public static readonly BindableProperty PointerMovedCommandProperty = BindableProperty.Create(nameof(PointerMovedCommand), typeof(ICommand), typeof(
PointerGestureRecognizer
), null);
41
public static readonly BindableProperty PointerMovedCommandParameterProperty = BindableProperty.Create(nameof(PointerMovedCommandParameter), typeof(object), typeof(
PointerGestureRecognizer
), null);
46
public static readonly BindableProperty PointerPressedCommandProperty = BindableProperty.Create(nameof(PointerPressedCommand), typeof(ICommand), typeof(
PointerGestureRecognizer
), null);
51
public static readonly BindableProperty PointerPressedCommandParameterProperty = BindableProperty.Create(nameof(PointerPressedCommandParameter), typeof(object), typeof(
PointerGestureRecognizer
), null);
56
public static readonly BindableProperty PointerReleasedCommandProperty = BindableProperty.Create(nameof(PointerReleasedCommand), typeof(ICommand), typeof(
PointerGestureRecognizer
), null);
61
public static readonly BindableProperty PointerReleasedCommandParameterProperty = BindableProperty.Create(nameof(PointerReleasedCommandParameter), typeof(object), typeof(
PointerGestureRecognizer
), null);
254
ref
PointerGestureRecognizer
? recognizer)
View\View.cs (2)
88
PointerGestureRecognizer
_recognizerForPointerOverState;
208
PointerGestureRecognizer