4 references to Primary
Microsoft.Maui.Controls (4)
ClickGestureRecognizer.cs (1)
22 public static readonly BindableProperty ButtonsProperty = BindableProperty.Create(nameof(Buttons), typeof(ButtonsMask), typeof(ClickGestureRecognizer), ButtonsMask.Primary);
Platform\SemanticExtensions.cs (2)
15 return (tgr.Buttons & ButtonsMask.Primary) == ButtonsMask.Primary;
TapGestureRecognizer.cs (1)
20 public static readonly BindableProperty ButtonsProperty = BindableProperty.Create(nameof(Buttons), typeof(ButtonsMask), typeof(TapGestureRecognizer), ButtonsMask.Primary);