3 references to LargeTitleDisplayProperty
Microsoft.Maui.Controls (2)
PlatformConfiguration\iOSSpecific\Page.cs (2)
175
return (LargeTitleDisplayMode)element.GetValue(
LargeTitleDisplayProperty
);
185
element.SetValue(
LargeTitleDisplayProperty
, value);
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\NavigationRenderer.cs (1)
1168
else if (e.PropertyName ==
LargeTitleDisplayProperty
.PropertyName)