1 instantiation of NativeToRuntimeAdapter
System.Windows.Forms (1)
System\Windows\Forms\OLE\DataObject.Composition.cs (1)
69
NativeToRuntimeAdapter nativeToRuntime =
new
(nativeDataObject);
2 references to NativeToRuntimeAdapter
System.Windows.Forms (2)
System\Windows\Forms\OLE\DataObject.Composition.cs (2)
59
NativeToRuntimeAdapter
nativeToRuntime = new(ComHelpers.GetComPointer<Com.IDataObject>(winFormsToNative));
69
NativeToRuntimeAdapter
nativeToRuntime = new(nativeDataObject);