2 references to IconImageSourceProperty
Microsoft.Maui.Controls (2)
Page\Page.cs (2)
120
get { return (ImageSource)GetValue(
IconImageSourceProperty
); }
121
set { SetValue(
IconImageSourceProperty
, value); }