1 write to _shellSplitView
Microsoft.Maui.Controls (1)
Handlers\Shell\Windows\ShellView.cs (1)
72
_shellSplitView
= new ShellSplitView(RootSplitView);
8 references to _shellSplitView
Microsoft.Maui.Controls (8)
Handlers\Shell\Windows\ShellView.cs (8)
73
_shellSplitView
.FlyoutBackdrop = _flyoutBackdrop;
85
var splitView =
_shellSplitView
;
88
_shellSplitView
.SetFlyoutSizes(_flyoutHeight, _flyoutWidth);
90
_shellSplitView
.RefreshFlyoutPosition();
99
var splitView =
_shellSplitView
;
103
_shellSplitView
.RefreshFlyoutBackdrop();
113
if (
_shellSplitView
!= null)
114
_shellSplitView
.FlyoutBackdrop = value;