2 references to RemoveEventHandler
Microsoft.Maui.Controls (1)
Application\Application.cs (1)
242 remove => _weakEventManager.RemoveEventHandler(value);
Microsoft.Maui.Controls.Foldable (1)
NoPlatformFoldableService.cs (1)
44 remove { _onLayoutChangedEventManager.RemoveEventHandler(value); }