14 references to Send
Microsoft.Maui.Controls (14)
Page\Page.cs (10)
297
MessagingCenter.
Send
(this, ActionSheetSignalName, args);
299
_pendingActions.Add(() => MessagingCenter.
Send
(this, ActionSheetSignalName, args));
343
MessagingCenter.
Send
(this, AlertSignalName, args);
345
_pendingActions.Add(() => MessagingCenter.
Send
(this, AlertSignalName, args));
369
MessagingCenter.
Send
(this, PromptSignalName, args);
371
_pendingActions.Add(() => MessagingCenter.
Send
(this, PromptSignalName, args));
681
MessagingCenter.
Send
(this, BusySetSignalName, true);
683
_pendingActions.Add(() => MessagingCenter.
Send
(this, BusySetSignalName, true));
710
MessagingCenter.
Send
(this, BusySetSignalName, false);
773
MessagingCenter.
Send
(this, BusySetSignalName, IsBusy);
RadioButton\RadioButton.cs (2)
384
MessagingCenter.
Send
(this, ValueChangedMessage,
402
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,