2 references to ButtonsProperty
Microsoft.Maui.Controls (2)
ClickGestureRecognizer.cs (2)
53 get { return (ButtonsMask)GetValue(ButtonsProperty); } 54 set { SetValue(ButtonsProperty, value); }