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