3 references to Add
Microsoft.Maui.Controls (3)
DragAndDrop\DataPackage.cs (2)
34
dataPackage.Properties.
Add
(property.Key, property.Value);
37
dataPackage.PropertiesInternal.
Add
(property.Key, property.Value);
DragAndDrop\DragGestureRecognizer.cs (1)
120
args.Data.PropertiesInternal.
Add
("DragSource", element);