10 references to Unsubscribe
Microsoft.Maui.Controls (6)
Platform\AlertManager\AlertManager.iOS.cs (4)
70 MessagingCenter.Unsubscribe<Page, bool>(PlatformView, Page.BusySetSignalName); 71 MessagingCenter.Unsubscribe<Page, AlertArguments>(PlatformView, Page.AlertSignalName); 72 MessagingCenter.Unsubscribe<Page, PromptArguments>(PlatformView, Page.PromptSignalName); 73 MessagingCenter.Unsubscribe<Page, ActionSheetArguments>(PlatformView, Page.ActionSheetSignalName);
RadioButton\RadioButton.cs (2)
409 MessagingCenter.Unsubscribe<RadioButton, RadioButtonGroupSelectionChanged>(this, RadioButtonGroup.GroupSelectionChangedMessage); 410 MessagingCenter.Unsubscribe<Element, RadioButtonGroupValueChanged>(this, RadioButtonGroup.GroupValueChangedMessage);
Microsoft.Maui.Controls.Compatibility (4)
Tizen\PopupManager.cs (4)
29 MessagingCenter.Unsubscribe<Page, AlertArguments>(this, Page.AlertSignalName); 30 MessagingCenter.Unsubscribe<Page, bool>(this, Page.BusySetSignalName); 31 MessagingCenter.Unsubscribe<Page, ActionSheetArguments>(this, Page.ActionSheetSignalName); 32 MessagingCenter.Unsubscribe<Page, PromptArguments>(this, Page.PromptSignalName);