2 references to DrawableProperty
Microsoft.Maui.Controls (2)
GraphicsView\GraphicsView.cs (2)
23 set { SetValue(DrawableProperty, value); } 24 get { return (IDrawable)GetValue(DrawableProperty); }