3 implementations of TryGetObjectFromDataObject
System.Private.Windows.Core.Tests (2)
System\Private\Windows\Ole\ClipboardCoreTests.cs (1)
46static unsafe bool IOleServices.TryGetObjectFromDataObject<T>(IDataObject* dataObject, string requestedFormat, [NotNullWhen(true)] out T data) => throw new NotImplementedException();
System\Private\Windows\Ole\MockOleServices.cs (1)
24static unsafe bool IOleServices.TryGetObjectFromDataObject<T>(
System.Windows.Forms (1)
System\Windows\Forms\OLE\WinFormsOleServices.cs (1)
60static unsafe bool IOleServices.TryGetObjectFromDataObject<T>(
1 reference to TryGetObjectFromDataObject
System.Private.Windows.Core (1)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (1)
262if (TOleServices.TryGetObjectFromDataObject(dataObject, request.Format, out data))