1 write to _nativeDataObject
System.Windows.Forms (1)
System\Windows\Forms\OLE\DataObject.Composition.NativeToRuntimeAdapter.cs (1)
26_nativeDataObject = new(dataObject, takeOwnership: true, trackDisposal: false);
9 references to _nativeDataObject
System.Windows.Forms (9)
System\Windows\Forms\OLE\DataObject.Composition.NativeToRuntimeAdapter.cs (9)
38using var nativeDataObject = _nativeDataObject.GetInterface(); 45using var nativeDataObject = _nativeDataObject.GetInterface(); 52using var nativeDataObject = _nativeDataObject.GetInterface(); 61using var nativeDataObject = _nativeDataObject.GetInterface(); 72using var nativeDataObject = _nativeDataObject.GetInterface(); 82using var nativeDataObject = _nativeDataObject.GetInterface(); 92using var nativeDataObject = _nativeDataObject.GetInterface(); 100using var nativeDataObject = _nativeDataObject.GetInterface(); 108using var nativeDataObject = _nativeDataObject.GetInterface();