2 implementations of GetData
System.Private.Windows.Core (2)
System\Private\Windows\Ole\Composition.cs (1)
135public object? GetData(string format, bool autoConvert)
System\Private\Windows\Ole\DataStore.cs (1)
72public object? GetData(string format, bool autoConvert)
3 references to GetData
System.Private.Windows.Core (1)
System\Private\Windows\Ole\Composition.cs (1)
137object? result = ManagedDataObject.GetData(format, autoConvert);
System.Private.Windows.Core.Tests (1)
System\Private\Windows\Ole\ITestDataObject.cs (1)
11/// <inheritdoc cref="IDataObjectInternal.GetData(string, bool)" />
System.Windows.Forms (1)
System\Windows\Forms\OLE\IDataObject.cs (1)
22/// <inheritdoc cref="IDataObjectInternal.GetData(string, bool)" />