13 references to Subscribe
Microsoft.Maui.Controls (9)
Platform\AlertManager\AlertManager.iOS.cs (4)
56 MessagingCenter.Subscribe<Page, bool>(PlatformView, Page.BusySetSignalName, OnPageBusy); 57 MessagingCenter.Subscribe<Page, AlertArguments>(PlatformView, Page.AlertSignalName, OnAlertRequested); 58 MessagingCenter.Subscribe<Page, PromptArguments>(PlatformView, Page.PromptSignalName, OnPromptRequested); 59 MessagingCenter.Subscribe<Page, ActionSheetArguments>(PlatformView, Page.ActionSheetSignalName, OnActionSheetRequested);
RadioButton\RadioButton.cs (2)
396 MessagingCenter.Subscribe<RadioButton, RadioButtonGroupSelectionChanged>(this, 398 MessagingCenter.Subscribe<Element, RadioButtonGroupValueChanged>(this,
RadioButton\RadioButtonGroupController.cs (3)
31 MessagingCenter.Subscribe<RadioButton, RadioButtonGroupSelectionChanged>(this, 33 MessagingCenter.Subscribe<RadioButton, RadioButtonGroupNameChanged>(this, RadioButton.GroupNameChangedMessage, 35 MessagingCenter.Subscribe<RadioButton, RadioButtonValueChanged>(this, RadioButton.ValueChangedMessage,
Microsoft.Maui.Controls.Compatibility (4)
Tizen\PopupManager.cs (4)
14 MessagingCenter.Subscribe<Page, bool>(this, Page.BusySetSignalName, OnBusySetRequest); 15 MessagingCenter.Subscribe<Page, AlertArguments>(this, Page.AlertSignalName, OnAlertRequest); 16 MessagingCenter.Subscribe<Page, ActionSheetArguments>(this, Page.ActionSheetSignalName, OnActionSheetRequest); 17 MessagingCenter.Subscribe<Page, PromptArguments>(this, Page.PromptSignalName, OnPromptRequested);