5 references to SetDataAsJson
PresentationCore (5)
System\Windows\clipboard.cs (4)
355/// or <see cref="DataObject.SetDataAsJson{T}(string, T)"/> will always be able to be deserialized without enabling 465/// or <see cref="DataObject.SetDataAsJson{T}(string, T)"/> will always be able to be deserialized without enabling 491/// <inheritdoc cref="DataObject.SetDataAsJson{T}(string, T)"/> 498dataObject.SetDataAsJson(format, data);
System\Windows\dataobject.cs (1)
622/// <inheritdoc cref="SetDataAsJson{T}(string, T)"/>