5 references to MauiHotReloadHelper
Microsoft.Maui (2)
Hosting\HandlerMauiAppBuilderExtensions.cs (1)
57 HotReload.MauiHotReloadHelper.RegisterHandlers(this);
Platform\iOS\ContainerViewController.cs (1)
46 MauiHotReloadHelper.AddActiveView(ihr);
Microsoft.Maui.Controls (2)
ContentPage\ContentPage.cs (1)
116 IView IReplaceableView.ReplacedView => HotReload.MauiHotReloadHelper.GetReplacedView(this) ?? this;
View\View.cs (1)
313 MauiHotReloadHelper.GetReplacedView(this) ?? this;
Microsoft.Maui.Controls.Xaml (1)
ResourceDictionaryHelpers.cs (1)
93 if (HotReload.MauiHotReloadHelper.IsSupported)