3 writes to _header
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellSectionRootRenderer.cs (3)
213 _header = null; 468 _header = CreateShellSectionRootHeader(_shellContext); 484 _header = null;
11 references to _header
Microsoft.Maui.Controls (11)
Compatibility\Handlers\Shell\iOS\ShellSectionRootRenderer.cs (11)
189 _header?.Dispose(); 466 if (_header == null) 469 _header.ShellSection = ShellSection; 471 AddChildViewController(_header.ViewController); 472 View.AddSubview(_header.ViewController.View); 479 if (_header != null) 481 _header.ViewController.View.RemoveFromSuperview(); 482 _header.ViewController.RemoveFromParentViewController(); 483 _header.Dispose(); 559 if (_header != null) 570 _header.ViewController.View.Frame = frame;