3 references to SourceProperty
Microsoft.Maui.Controls (2)
ImageButton\ImageButton.cs (2)
126 get { return (ImageSource)GetValue(SourceProperty); } 127 set { SetValue(SourceProperty, value); }
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ImageButtonRenderer.cs (1)
69 if (e.PropertyName == ImageButton.SourceProperty.PropertyName)