1 write to PropertiesInternal
Microsoft.Maui.Controls (1)
DragAndDrop\DataPackage.cs (1)
11 PropertiesInternal = new DataPackagePropertySet();
4 references to PropertiesInternal
Microsoft.Maui.Controls (4)
DragAndDrop\DataPackage.cs (2)
36 foreach (var property in PropertiesInternal) 37 dataPackage.PropertiesInternal.Add(property.Key, property.Value);
DragAndDrop\DataPackageView.cs (1)
18 PropertiesInternal = new DataPackagePropertySetView(DataPackage.PropertiesInternal);
DragAndDrop\DragGestureRecognizer.cs (1)
120 args.Data.PropertiesInternal.Add("DragSource", element);