1 write to _shellContext
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (1)
35
_shellContext
= context;
15 references to _shellContext
Microsoft.Maui.Controls (15)
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (15)
45
return new ShellTableViewController(
_shellContext
, OnElementSelected);
80
_tableViewController.View.UpdateFlowDirection(
_shellContext
.Shell);
81
_headerView?.UpdateFlowDirection(
_shellContext
.Shell);
86
var header = ((IShellController)
_shellContext
.Shell).FlyoutHeader;
100
_headerView = new ShellFlyoutHeaderContainer(((IShellController)
_shellContext
.Shell).FlyoutHeader);
111
UpdateFlyoutFooter(((IShellController)
_shellContext
.Shell).FlyoutFooter);
233
var color =
_shellContext
.Shell.FlyoutBackgroundColor;
234
var brush =
_shellContext
.Shell.FlyoutBackground;
255
var imageSource =
_shellContext
.Shell.FlyoutBackgroundImage;
256
if (imageSource is null || !
_shellContext
.Shell.IsSet(Shell.FlyoutBackgroundImageProperty))
264
var mauiContext =
_shellContext
.Shell.FindMauiContext();
277
_shellContext
.Shell.FlyoutBackgroundImage != imageSource)
284
switch (
_shellContext
.Shell.FlyoutBackgroundImageAspect)
346
var view = (
_shellContext
.Shell as IShellController).FlyoutContent;
379
((IShellController)
_shellContext
.Shell).OnFlyoutItemSelected(element);