2 writes to u
System.Private.Windows.Core (1)
Windows\Win32\System\Com\STGMEDIUM.cs (1)
21u = new()
System.Windows.Forms.Tests (1)
System\Windows\Forms\DragDropFormatTests.cs (1)
140u = new()
9 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);
System.Windows.Forms.Tests (4)
System\Windows\Forms\DragDropFormatTests.cs (4)
165Assert.NotEqual(dragDropFormat.Medium.u, data.u); 173Assert.Equal(dragDropFormat.Medium.u, data.u);