9 references to CurrentItemProperty
Microsoft.Maui.Controls (9)
Compatibility\Handlers\Shell\iOS\ShellSectionRootHeader.cs (2)
133
ShellSection.SetValueFromRenderer(ShellSection.
CurrentItemProperty
, item);
259
if (e.PropertyName == ShellSection.
CurrentItemProperty
.PropertyName)
Compatibility\Handlers\Shell\iOS\ShellSectionRootRenderer.cs (1)
320
if (e.PropertyName == ShellSection.
CurrentItemProperty
.PropertyName)
Shell\ShellNavigationManager.cs (1)
131
shellSection.SetValueFromRenderer(ShellSection.
CurrentItemProperty
, shellContent);
Shell\ShellSection.cs (5)
246
get { return (ShellContent)GetValue(
CurrentItemProperty
); }
247
set { SetValue(
CurrentItemProperty
, value); }
697
SetValueFromRenderer(
CurrentItemProperty
, child);
710
ClearValue(
CurrentItemProperty
, specificity: SetterSpecificity.FromHandler);
714
SetValueFromRenderer(
CurrentItemProperty
, contentItems[0]);