1 write to _context
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellFlyoutLayoutManager.cs (1)
33 _context = context;
9 references to _context
Microsoft.Maui.Controls (9)
Compatibility\Handlers\Shell\iOS\ShellFlyoutLayoutManager.cs (9)
30 IShellController ShellController => _context.Shell; 34 _context.Shell.PropertyChanged += OnShellPropertyChanged; 69 var renderer = Content.ToHandler(_context.Shell.FindMauiContext()); 244 switch (_context.Shell.FlyoutVerticalScrollMode) 293 if (_context.Shell.FlyoutHeaderBehavior == FlyoutHeaderBehavior.Scroll && HeaderViewTopVerticalOffset > 0 && _headerOffset < 0) 373 var headerBehavior = _context.Shell.FlyoutHeaderBehavior; 401 if (ScrollView is not null && contentOffsetY is not null && _context.Shell.FlyoutHeaderBehavior == FlyoutHeaderBehavior.CollapseOnScroll) 452 if (_context.Shell.FlyoutHeaderBehavior == FlyoutHeaderBehavior.CollapseOnScroll) 470 _context.Shell.PropertyChanged -= OnShellPropertyChanged;