4 references to FlyoutContentView
Microsoft.Maui.Controls (4)
Shell\Shell.cs (4)
681
View IShellController.FlyoutContent =>
FlyoutContentView
;
1497
if (
FlyoutContentView
!= null)
1498
SetInheritedBindingContext(
FlyoutContentView
, BindingContext);
1982
IView IFlyoutView.Flyout => this.
FlyoutContentView
;