7 references to TitleViewProperty
Microsoft.Maui.Controls (7)
Compatibility\Handlers\Shell\iOS\ShellPageRendererTracker.cs (2)
121
else if (e.IsOneOf(Shell.
TitleViewProperty
, VisualElement.HeightProperty, VisualElement.WidthProperty))
148
if (e.PropertyName == Shell.
TitleViewProperty
.PropertyName)
Shell\Shell.cs (2)
334
public static View GetTitleView(BindableObject obj) => (View)obj.GetValue(
TitleViewProperty
);
341
public static void SetTitleView(BindableObject obj, View value) => obj.SetValue(
TitleViewProperty
, value);
ShellToolbar.cs (3)
37
Shell.
TitleViewProperty
))
156
Shell.
TitleViewProperty
))
165
Shell.
TitleViewProperty
,