3 references to ButtonsProperty
Microsoft.Maui.Controls (3)
Platform\GestureManager\GesturePlatformManager.iOS.cs (1)
731 if (e.Is(TapGestureRecognizer.ButtonsProperty))
TapGestureRecognizer.cs (2)
50 get { return (ButtonsMask)GetValue(ButtonsProperty); } 51 set { SetValue(ButtonsProperty, value); }