4 references to SourceProperty
Microsoft.Maui.Controls (4)
Image\Image.cs (2)
70 get { return (ImageSource)GetValue(SourceProperty); } 71 set { SetValue(SourceProperty, value); }
Shell\BaseShellItem.cs (1)
478 defaultImageClass.Setters.Add(new Setter { Property = Image.SourceProperty, Value = imageBinding });
TitleBar\TitleBar.cs (1)
418 Image.SourceProperty,