3 references to SetDataAsJson
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (2)
5100/// 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"/>, 5123dataObject.SetDataAsJson(data);
System\Windows\Forms\OLE\DataObject.cs (1)
102/// <inheritdoc cref="SetDataAsJson{T}(T)"/>