2 implementations of ReplacedView
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 =>
3 references to ReplacedView
Microsoft.Maui (3)
Platform\ElementExtensions.cs (3)
63 view = ir.ReplacedView; 106 if (view is IReplaceableView replaceableView && replaceableView.ReplacedView != view) 107 return replaceableView.ReplacedView.ToPlatform();