1 write to Title
Microsoft.Maui.Controls (1)
ActionSheetArguments.cs (1)
16 Title = title;
2 references to Title
Microsoft.Maui.Controls (1)
Platform\AlertManager\AlertManager.iOS.cs (1)
153 var alert = UIAlertController.Create(arguments.Title, null, UIAlertControllerStyle.ActionSheet);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Platform.cs (1)
483 var alert = UIAlertController.Create(arguments.Title, null, UIAlertControllerStyle.ActionSheet);