2 references to TitleIconProperty
Microsoft.Maui.Controls (2)
Platform\Windows\PageControl.cs (2)
49
get { return (WImageSource)GetValue(
TitleIconProperty
); }
50
set { SetValue(
TitleIconProperty
, value); }