1 write to _uIViews
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (1)
34
_uIViews
= new UIView[5];
9 references to _uIViews
Microsoft.Maui.Controls (9)
Compatibility\Handlers\Shell\iOS\ShellFlyoutContentRenderer.cs (9)
104
_uIViews
[HeaderIndex] = _headerView;
127
_uIViews
[FooterIndex] = null;
139
_uIViews
[FooterIndex] = _footerView;
172
int startingIndex = Array.IndexOf(
_uIViews
, newView);
175
var topView =
_uIViews
[i];
337
_uIViews
[BlurIndex] = _blurView;
338
_uIViews
[BackgroundImageIndex] = _bgImage;
358
_uIViews
[ContentIndex] = _shellFlyoutContentManager.ContentView;
359
AddViewInCorrectOrder(
_uIViews
[ContentIndex], previousIndex);