2 references to IconProperty
Microsoft.Maui.Controls (2)
TitleBar\TitleBar.cs (2)
161
get { return (ImageSource)GetValue(
IconProperty
); }
162
set { SetValue(
IconProperty
, value); }