3 implementations of GetData
Microsoft.Private.Windows.Core (3)
System\Private\Windows\Ole\Composition.cs (1)
171public object? GetData(Type format) => ManagedDataObject.GetData(format);
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
598public object? GetData(Type format) => GetData(format.FullName.OrThrowIfNull());
System\Private\Windows\Ole\DataStore.cs (1)
91public object? GetData(Type format) => GetData(format.FullName!);
1 reference to GetData
Microsoft.Private.Windows.Core (1)
System\Private\Windows\Ole\Composition.cs (1)
171public object? GetData(Type format) => ManagedDataObject.GetData(format);