1 write to _bottomCommandBarArea
Microsoft.Maui.Controls (1)
Platform\Windows\ToolbarPlacementHelper.cs (1)
24
_bottomCommandBarArea
= getTemplateChild("BottomCommandBarArea") as WBorder;
3 references to _bottomCommandBarArea
Microsoft.Maui.Controls (3)
Platform\Windows\ToolbarPlacementHelper.cs (3)
28
if (_commandBar != null &&
_bottomCommandBarArea
!= null && _topCommandBarArea != null)
42
if (_commandBar == null || _getToolbarPlacement == null ||
_bottomCommandBarArea
== null ||
49
UpdateToolbarPlacement(_commandBar, _getToolbarPlacement(),
_bottomCommandBarArea
, _topCommandBarArea, _titleArea);