1 write to _width
Microsoft.Maui.Graphics (1)
PictureCanvas.cs (1)
22 _width = width;
1 reference to _width
Microsoft.Maui.Graphics (1)
PictureCanvas.cs (1)
27 public IPicture Picture => new StandardPicture(_x, _y, _width, _height, _commands.ToArray());