2 writes to Text
Microsoft.Maui.Controls (2)
DragAndDrop\DataPackage.cs (1)
29
Text
= Text,
DragAndDrop\DragGestureRecognizer.cs (1)
134
args.Data.
Text
= element?.GetStringValue();
3 references to Text
Microsoft.Maui.Controls (3)
DragAndDrop\DataPackage.cs (1)
29
Text =
Text
,
DragAndDrop\DataPackageView.cs (1)
31
return Task.FromResult(DataPackage.
Text
);
DragAndDrop\DragGestureRecognizer.cs (1)
133
if (String.IsNullOrWhiteSpace(args.Data.
Text
))