1 write to _defaultTint
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellNavBarAppearanceTracker.cs (1)
42 _defaultTint = navBar.TintColor;
3 references to _defaultTint
Microsoft.Maui.Controls (3)
Compatibility\Handlers\Shell\iOS\ShellNavBarAppearanceTracker.cs (3)
26 if (_defaultTint != null) 30 navBar.TintColor = _defaultTint; 39 if (_defaultTint == null)