4 references to SetDataAsJson
System.Windows.Forms (3)
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\OLE\DataObject.cs (1)
102/// <inheritdoc cref="SetDataAsJson{T}(T)"/>
System.Windows.Forms.Tests (1)
System\Windows\Forms\DataObjectTests.cs (1)
3089Action dataObjectSet = () => dataObject.SetDataAsJson<string>(null);