9 references to Data
Microsoft.Maui.Controls (5)
DragAndDrop\DragGestureRecognizer.cs (5)
120 args.Data.PropertiesInternal.Add("DragSource", element); 130 if (args.Data.Image == null && element is IImageElement ie) 131 args.Data.Image = ie.Source; 133 if (String.IsNullOrWhiteSpace(args.Data.Text)) 134 args.Data.Text = element?.GetStringValue();
Microsoft.Maui.Controls.Compatibility (4)
iOS\DragAndDropDelegate.cs (4)
166 if (args.Data.Image == null && renderer.Element is IImageElement imageElement) 167 args.Data.Image = imageElement.Source; 171 string text = args.Data.Text ?? clipDescription; 188 DataPackage = args.Data