1 write to RightBtn
Microsoft.Maui.Controls (1)
Platform\AlertManager\ActionSheetDialog.Windows.cs (1)
130
RightBtn
= new UI.Xaml.Controls.Button { Height = 32, HorizontalAlignment = HorizontalAlignment.Stretch, Margin = new UI.Xaml.Thickness(5, 0, 0, 0) };
8 references to RightBtn
Microsoft.Maui.Controls (8)
Platform\AlertManager\ActionSheetDialog.Windows.cs (8)
44
RightBtn
.Content = _options.Destruction;
53
RightBtn
.Content = _options.Cancel;
58
RightBtn
.Content = _options.Destruction;
62
RightBtn
.Visibility =
RightBtn
.Content == null ? UI.Xaml.Visibility.Collapsed : UI.Xaml.Visibility.Visible;
131
RightBtn
.Click += ActionButtonClicked;
132
secondLayoutChildren.Add(
RightBtn
);
133
UI.Xaml.Controls.Grid.SetColumn(
RightBtn
, 1);