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;
90 var titlebar = (TitleBar)bindable;
104 var titlebar = (TitleBar)bindable;
117 var titlebar = (TitleBar)bindable;
130 var titlebar = (TitleBar)bindable;
144 var titlebar = (TitleBar)bindable;
211 get { return (View?)GetValue(TitleBar.ContentProperty); }
212 set { SetValue(TitleBar.ContentProperty, value); }
371 static (TitleBar tb) => tb.BackgroundColor,
376 static (TitleBar tb) => tb.Background,
381 static (TitleBar tb) => tb.Opacity,
396 static (TitleBar tb) => tb.LeadingContent,
419 static (TitleBar tb) => tb.Icon,
444 static (TitleBar tb) => tb.Title,
449 static (TitleBar tb) => tb.ForegroundColor,
498 static (TitleBar tb) => tb.Subtitle,
503 static (TitleBar tb) => tb.ForegroundColor,
522 static (TitleBar tb) => tb.Content,
541 static (TitleBar tb) => tb.TrailingContent,