2 references to GetReplacedView
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;