2 implementations of TransferState
Microsoft.Maui.Controls (2)
ContentPage\ContentPage.cs (1)
120 void HotReload.IHotReloadableView.TransferState(IView newView)
View\View.cs (1)
317 void IHotReloadableView.TransferState(IView newView)
1 reference to TransferState
Microsoft.Maui (1)
HotReload\HotReloadHelper.cs (1)
113 oldView.TransferState(newView);