5 references to DrawingCommand
Microsoft.Maui.Graphics (5)
PictureCanvas.cs (2)
15 private readonly List<DrawingCommand> _commands; 24 _commands = new List<DrawingCommand>();
StandardPicture.cs (3)
7 private readonly DrawingCommand[] _commands; 15 public StandardPicture(float x, float y, float width, float height, DrawingCommand[] commands, string hash = null) 29 foreach (var command in _commands)