3 references to SetDataAsJson
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
4798/// needs to be used to start a drag operation, use <see cref="DataObject.SetDataAsJson{T}(T)"/> to JSON serialize the data being held within the <paramref name="data"/>, 4821dataObject.SetDataAsJson(data);
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataObjectTests.cs (1)
2995Action dataObjectSet = () => dataObject.SetDataAsJson<string>(null);