2 references to ButtonsProperty
Microsoft.Maui.Controls (2)
TapGestureRecognizer.cs (2)
50
get { return (ButtonsMask)GetValue(
ButtonsProperty
); }
51
set { SetValue(
ButtonsProperty
, value); }