1 write to LeftBtn
Microsoft.Maui.Controls (1)
Platform\AlertManager\ActionSheetDialog.Windows.cs (1)
125
LeftBtn
= new UI.Xaml.Controls.Button { Height = 32, HorizontalAlignment = HorizontalAlignment.Stretch, Margin = new UI.Xaml.Thickness(0, 0, 5, 0) };
8 references to LeftBtn
Microsoft.Maui.Controls (8)
Platform\AlertManager\ActionSheetDialog.Windows.cs (8)
42
LeftBtn
.Content = _options.Cancel;
47
LeftBtn
.Content = _options.Destruction;
55
LeftBtn
.Content = _options.Destruction;
61
LeftBtn
.Visibility =
LeftBtn
.Content == null ? UI.Xaml.Visibility.Collapsed : UI.Xaml.Visibility.Visible;
126
LeftBtn
.Click += ActionButtonClicked;
127
secondLayoutChildren.Add(
LeftBtn
);
128
UI.Xaml.Controls.Grid.SetColumn(
LeftBtn
, 0);