1 write to _getToolbarPlacement
Microsoft.Maui.Controls (1)
Platform\Windows\ToolbarPlacementHelper.cs (1)
23 _getToolbarPlacement = getToolbarPlacement;
2 references to _getToolbarPlacement
Microsoft.Maui.Controls (2)
Platform\Windows\ToolbarPlacementHelper.cs (2)
42 if (_commandBar == null || _getToolbarPlacement == null || _bottomCommandBarArea == null || 49 UpdateToolbarPlacement(_commandBar, _getToolbarPlacement(), _bottomCommandBarArea, _topCommandBarArea, _titleArea);