2 references to TitleBarProperty
Microsoft.Maui.Controls (2)
Window\Window.cs (2)
170 get => (ITitleBar?)GetValue(TitleBarProperty); 171 set => SetValue(TitleBarProperty, value);