2 implementations of GetData
System.Private.Windows.Core (2)
System\Private\Windows\Ole\Composition.cs (1)
71public object? GetData(Type format) => ManagedDataObject.GetData(format);
System\Private\Windows\Ole\DataStore.cs (1)
80public object? GetData(Type format) => GetData(format.FullName!);
2 references to GetData
System.Private.Windows.Core (1)
System\Private\Windows\Ole\Composition.cs (1)
71public object? GetData(Type format) => ManagedDataObject.GetData(format);
System.Windows.Forms (1)
System\Windows\Forms\OLE\IDataObject.cs (1)
28/// <inheritdoc cref="IDataObjectInternal.GetData(Type)" />