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);
97
ShellItem
.SetValueFromRenderer(ShellItem.CurrentItemProperty, renderer.ShellSection);
119
accept = ((IShellItemController)
ShellItem
).ProposeSection(r.ShellSection, false);
144
if (
ShellItem
!= null)
145
ShellItem
.PropertyChanged -= OnElementPropertyChanged;
185
GoTo(
ShellItem
.CurrentItem);
216
var current =
ShellItem
.CurrentItem;
239
GoTo(
ShellItem
.CurrentItem);
284
if (
ShellItem
.CurrentItem == null)
285
throw new InvalidOperationException($"Content not found for active {
ShellItem
}. Title: {
ShellItem
.Title}. Route: {
ShellItem
.Route}.");
310
GoTo(
ShellItem
.CurrentItem);