1 write to ShouldShowToolBar
Microsoft.Maui.Controls (1)
Platform\Windows\PageControl.cs (1)
44
set { _toolbarPlacementHelper.
ShouldShowToolBar
= value; }
2 references to ShouldShowToolBar
Microsoft.Maui.Controls (2)
Platform\Windows\PageControl.cs (1)
43
get { return _toolbarPlacementHelper.
ShouldShowToolBar
; }
Platform\Windows\ToolbarPlacementHelper.cs (1)
120
MauiCommandBar.IsInValidLocation =
ShouldShowToolBar
;