1 implementation of ShouldShowSplitMode
Microsoft.Maui.Controls (1)
FlyoutPage\FlyoutPage.cs (1)
162
bool IFlyoutPageController.
ShouldShowSplitMode
3 references to ShouldShowSplitMode
Microsoft.Maui.Controls (3)
FlyoutPage\FlyoutPage.cs (3)
268
if (page is IFlyoutPageController fpc && fpc.
ShouldShowSplitMode
)
288
if ((!(bool)newValue) && sender is IFlyoutPageController fpc && fpc.
ShouldShowSplitMode
&& sender is FlyoutPage fp)
357
if (((IFlyoutPageController)this).
ShouldShowSplitMode
)