4 references to _toolbarPlacementHelper
Microsoft.Maui.Controls (4)
Platform\Windows\PageControl.cs (4)
43 get { return _toolbarPlacementHelper.ShouldShowToolBar; } 44 set { _toolbarPlacementHelper.ShouldShowToolBar = value; } 102 _toolbarPlacementHelper.UpdateToolbarPlacement(); 165 _toolbarPlacementHelper.Initialize(_commandBar, () => ToolbarPlacement, GetTemplateChild);