3 writes to _medium
System.Private.Windows.Core (3)
System\Private\Windows\Ole\DragDropFormat.cs (3)
29_medium = copyData ? CopyData(format, medium) : medium; 46_medium = copyData ? CopyData(format, medium) : medium; 118PInvokeCore.ReleaseStgMedium(ref _medium);
5 references to _medium
System.Private.Windows.Core (5)
System\Private\Windows\Ole\DragDropFormat.cs (5)
19public STGMEDIUM Medium => _medium; 35public STGMEDIUM GetData() => CopyData(_format, _medium); 119_medium.pUnkForRelease = null; 120_medium.tymed = TYMED.TYMED_NULL; 121_medium.hGlobal = HGLOBAL.Null;