Implemented interface member:
property
ShellItem
Microsoft.Maui.Controls.Platform.Compatibility.IShellItemRenderer.ShellItem
1 write to ShellItem
Microsoft.Maui.Controls (1)
Compatibility\Handlers\Shell\iOS\ShellRenderer.cs (1)
182
ShellItem
= item
14 references to ShellItem
Microsoft.Maui.Controls (14)
Compatibility\Handlers\Shell\iOS\ShellItemRenderer.cs (14)
34
public IShellItemController ShellItemController => (IShellItemController)
ShellItem
;
76
ShellItem
.SetValueFromRenderer(ShellItem.CurrentItemProperty, renderer.ShellSection);
96
ShellItem
.SetValueFromRenderer(ShellItem.CurrentItemProperty, renderer.ShellSection);
118
accept = ((IShellItemController)
ShellItem
).ProposeSection(r.ShellSection, false);
143
if (
ShellItem
!= null)
144
ShellItem
.PropertyChanged -= OnElementPropertyChanged;
184
GoTo(
ShellItem
.CurrentItem);
215
var current =
ShellItem
.CurrentItem;
238
GoTo(
ShellItem
.CurrentItem);
283
if (
ShellItem
.CurrentItem == null)
284
throw new InvalidOperationException($"Content not found for active {
ShellItem
}. Title: {
ShellItem
.Title}. Route: {
ShellItem
.Route}.");
309
GoTo(
ShellItem
.CurrentItem);