1 implementation of SetData
PresentationCore (1)
System\Windows\dataobject.cs (1)
238
public void
SetData
(Type format, object? data)
1 reference to SetData
PresentationCore (1)
System\Windows\Ole\DataObjectAdapter.cs (1)
31
public void SetData(Type format, object? data) => DataObject.
SetData
(format, data);