1 interface inheriting from IReplaceableView
Microsoft.Maui (1)
HotReload\IHotReloadableView.cs (1)
7
public interface IHotReloadableView :
IReplaceableView
, IView
4 references to IReplaceableView
Microsoft.Maui (2)
Platform\ElementExtensions.cs (2)
62
if (view is
IReplaceableView
ir)
106
if (view is
IReplaceableView
replaceableView && replaceableView.ReplacedView != view)
Microsoft.Maui.Controls (2)
ContentPage\ContentPage.cs (1)
116
IView
IReplaceableView
.ReplacedView => HotReload.MauiHotReloadHelper.GetReplacedView(this) ?? this;
View\View.cs (1)
312
IView
IReplaceableView
.ReplacedView =>