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));
348
MessagingCenter.
Send
(this, AlertSignalName, args);
350
_pendingActions.Add(() => MessagingCenter.
Send
(this, AlertSignalName, args));
374
MessagingCenter.
Send
(this, PromptSignalName, args);
376
_pendingActions.Add(() => MessagingCenter.
Send
(this, PromptSignalName, args));
686
MessagingCenter.
Send
(this, BusySetSignalName, true);
688
_pendingActions.Add(() => MessagingCenter.
Send
(this, BusySetSignalName, true));
715
MessagingCenter.
Send
(this, BusySetSignalName, false);
778
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,