1 instantiation of NativeToWinFormsAdapter
System.Windows.Forms (1)
System\Windows\Forms\OLE\DataObject.Composition.cs (1)
67NativeToWinFormsAdapter nativeToWinForms = new(nativeDataObject);
3 references to NativeToWinFormsAdapter
System.Windows.Forms (3)
System\Windows\Forms\OLE\DataObject.Composition.cs (3)
49if (winFormsDataObject is not NativeToWinFormsAdapter and not DataStore) 67NativeToWinFormsAdapter nativeToWinForms = new(nativeDataObject); 75NativeToWinFormsAdapter nativeToWinForms = new(ComHelpers.GetComPointer<Com.IDataObject>(runtimeToNative));