35 references to TitleBar
Microsoft.Maui.Controls (35)
TitleBar\TitleBar.cs (32)
48 typeof(TitleBar), null, propertyChanged: OnIconChanged);
52 typeof(TitleBar), null, propertyChanged: OnLeadingChanged);
56 typeof(TitleBar), null, propertyChanged: OnContentChanged);
60 typeof(TitleBar), null, propertyChanged: OnTrailingContentChanged);
64 typeof(TitleBar), null, propertyChanged: OnTitleChanged);
68 typeof(TitleBar), null, propertyChanged: OnSubtitleChanged);
72 typeof(Color), typeof(TitleBar));
76 var titlebar = (TitleBar)bindable;
89 var titlebar = (TitleBar)bindable;
103 var titlebar = (TitleBar)bindable;
116 var titlebar = (TitleBar)bindable;
129 var titlebar = (TitleBar)bindable;
142 var titlebar = (TitleBar)bindable;
208 get { return (View?)GetValue(TitleBar.ContentProperty); }
209 set { SetValue(TitleBar.ContentProperty, value); }
357 static (TitleBar tb) => tb.BackgroundColor,
362 static (TitleBar tb) => tb.Background,
367 static (TitleBar tb) => tb.Opacity,
382 static (TitleBar tb) => tb.LeadingContent,
405 static (TitleBar tb) => tb.Icon,
430 static (TitleBar tb) => tb.Title,
435 static (TitleBar tb) => tb.ForegroundColor,
484 static (TitleBar tb) => tb.Subtitle,
489 static (TitleBar tb) => tb.ForegroundColor,
508 static (TitleBar tb) => tb.Content,
527 static (TitleBar tb) => tb.TrailingContent,