1 write to u
System.Private.Windows.Core (1)
Windows\Win32\System\Com\STGMEDIUM.cs (1)
21u = new()
5 references to u
PresentationCore (2)
System\Windows\Ole\WpfOleServices.cs (2)
36pmedium->u.hBitmap = GetCompatibleBitmap(data); 45pmedium->u.hEnhMetaFile = SystemDrawingHelper.GetHandleFromMetafile(data);
System.Private.Windows.Core (2)
Windows\Win32\System\Com\STGMEDIUM.cs (2)
11public ref HGLOBAL hGlobal => ref u.hGlobal; 34unionmember = stg.u.hGlobal
System.Windows.Forms (1)
System\Windows\Forms\OLE\WinFormsOleServices.cs (1)
51pmedium->u.hBitmap = bitmap.GetHBITMAP().CreateCompatibleBitmap(bitmap.Width, bitmap.Height);