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