5 writes to tymed
Microsoft.Private.Windows.Core (5)
System\Private\Windows\Ole\Composition.NativeToManagedAdapter.cs (3)
368tymed = (uint)Com.TYMED.TYMED_HGLOBAL 433tymed = (uint)Com.TYMED.TYMED_ISTREAM 728tymed = (uint)AllowedTymeds
System\Private\Windows\Ole\DragDropHelper.cs (2)
204tymed = (uint)TYMED.TYMED_HGLOBAL 362tymed = (uint)TYMED.TYMED_HGLOBAL
6 references to tymed
Microsoft.Private.Windows.Core (6)
System\Private\Windows\Ole\Composition.ManagedToNativeAdapter.cs (6)
71if (!GetTymedUsable((TYMED)pformatetcIn->tymed)) 76if (!((TYMED)pformatetcIn->tymed).HasFlag(TYMED.TYMED_HGLOBAL)) 78pmedium->tymed = (TYMED)pformatetcIn->tymed; 112if (!GetTymedUsable((TYMED)pformatetc->tymed) || !GetTymedUsable(pmedium->tymed)) 129if (((TYMED)pformatetc->tymed).HasFlag(TYMED.TYMED_HGLOBAL)) 174if (!GetTymedUsable((TYMED)pformatetc->tymed))