3 references to SetDataAsJson
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
4796/// 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"/>, 4819dataObject.SetDataAsJson(data);
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataObjectTests.cs (1)
3090Action dataObjectSet = () => dataObject.SetDataAsJson<string>(null);