14 references to Send
Microsoft.Maui.Controls (14)
Page\Page.cs (10)
300
MessagingCenter.
Send
(this, ActionSheetSignalName, args);
302
_pendingActions.Add(() => MessagingCenter.
Send
(this, ActionSheetSignalName, args));
346
MessagingCenter.
Send
(this, AlertSignalName, args);
348
_pendingActions.Add(() => MessagingCenter.
Send
(this, AlertSignalName, args));
372
MessagingCenter.
Send
(this, PromptSignalName, args);
374
_pendingActions.Add(() => MessagingCenter.
Send
(this, PromptSignalName, args));
684
MessagingCenter.
Send
(this, BusySetSignalName, true);
686
_pendingActions.Add(() => MessagingCenter.
Send
(this, BusySetSignalName, true));
713
MessagingCenter.
Send
(this, BusySetSignalName, false);
776
MessagingCenter.
Send
(this, BusySetSignalName, IsBusy);
RadioButton\RadioButton.cs (2)
387
MessagingCenter.
Send
(this, ValueChangedMessage,
405
MessagingCenter.
Send
(this, GroupNameChangedMessage,
RadioButton\RadioButtonGroup.cs (1)
64
MessagingCenter.
Send
(radioButton, GroupSelectionChangedMessage,
RadioButton\RadioButtonGroupController.cs (1)
143
MessagingCenter.
Send
<Element, RadioButtonGroupValueChanged>(_layout, RadioButtonGroup.GroupValueChangedMessage,