1 write to _topAreaHeight
Microsoft.Maui.Controls (1)
Handlers\Shell\ShellHandler.Windows.cs (1)
268 _topAreaHeight = Math.Max(PlatformView.TopNavArea?.ActualHeight ?? 0, _headerHeight.Value);
4 references to _topAreaHeight
Microsoft.Maui.Controls (4)
Handlers\Shell\ShellHandler.Windows.cs (4)
267 if (_topAreaHeight == null) 271 var collapseOnScrollHeight = calculatedHeight < _topAreaHeight.Value ? _topAreaHeight.Value : calculatedHeight; 274 var maxOffsetY = -_topAreaHeight.Value;