5 references to SourceProperty
Microsoft.Maui.Controls (4)
Image\Image.cs (2)
67 get { return (ImageSource)GetValue(SourceProperty); } 68 set { SetValue(SourceProperty, value); }
Shell\BaseShellItem.cs (1)
478 defaultImageClass.Setters.Add(new Setter { Property = Image.SourceProperty, Value = imageBinding });
TitleBar\TitleBar.cs (1)
404 Image.SourceProperty,
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\ImageRenderer.cs (1)
17 RegisterPropertyHandler(Image.SourceProperty, UpdateSource);