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