1 instantiation of PromptArguments
Microsoft.Maui.Controls (1)
Page\Page.cs (1)
367
var args = new
PromptArguments
(title, message, accept, cancel, placeholder, maxLength, keyboard, initialValue);
4 references to PromptArguments
Microsoft.Maui.Controls (1)
Page\Page.cs (1)
367
var
args = new PromptArguments(title, message, accept, cancel, placeholder, maxLength, keyboard, initialValue);
Microsoft.Maui.Controls.Compatibility (3)
iOS\Platform.cs (3)
460
void PresentPrompt(
PromptArguments
arguments)
687
MessagingCenter.Subscribe(this, Page.PromptSignalName, (Page sender,
PromptArguments
arguments) =>
714
MessagingCenter.Unsubscribe<Page,
PromptArguments
>(this, Page.PromptSignalName);