1 write to _current
Microsoft.Maui.Controls (1)
MultiPage.cs (1)
90
_current
= value;
7 references to _current
Microsoft.Maui.Controls (7)
MultiPage.cs (7)
78
get { return
_current
; }
81
if (
_current
== value)
84
var previousPage =
_current
;
88
_current
?.SendNavigatingFrom(new NavigatingFromEventArgs());
98
_current
?.SendAppearing();
100
previousPage?.SendNavigatedFrom(new NavigatedFromEventArgs(
_current
, NavigationType.PageSwap));
101
_current
?.SendNavigatedTo(new NavigatedToEventArgs(previousPage));