5 references to HandleEvent
Microsoft.Maui.Controls (4)
Application\Application.cs (1)
265
_weakEventManager.
HandleEvent
(this, new AppThemeChangedEventArgs(newTheme), nameof(RequestedThemeChanged));
Command.cs (1)
128
_weakEventManager.
HandleEvent
(this, EventArgs.Empty, nameof(CanExecuteChanged));
DefinitionCollection.cs (1)
113
_weakEventManager.
HandleEvent
(this, e, nameof(ItemSizeChanged));
ImageSource.cs (1)
159
_weakEventManager.
HandleEvent
(this, EventArgs.Empty, nameof(SourceChanged));
Microsoft.Maui.Controls.Foldable (1)
NoPlatformFoldableService.cs (1)
83
_onScreenChangedEventManager.
HandleEvent
(this, e, nameof(OnScreenChanged));