1 write to _titleViewRendererController
Microsoft.Maui.Controls (1)
Platform\Windows\TitleViewManager.cs (1)
23 _titleViewRendererController = titleViewRendererController;
5 references to _titleViewRendererController
Microsoft.Maui.Controls (5)
Platform\Windows\TitleViewManager.cs (5)
17 View TitleView => _titleViewRendererController.TitleView; 18 CommandBar CommandBar => _titleViewRendererController.CommandBar; 19 FrameworkElement TitleViewPresenter => _titleViewRendererController.TitleViewPresenter; 90 _titleViewRendererController.TitleViewVisibility = Visibility.Collapsed; 92 _titleViewRendererController.TitleViewVisibility = Visibility.Visible;