2 writes to u
System.Private.Windows.Core (1)
Windows\Win32\System\Com\STGMEDIUM.cs (1)
21
u
= new()
System.Windows.Forms.Tests (1)
System\Windows\Forms\DragDropFormatTests.cs (1)
140
u
= new()
9 references to u
PresentationCore (2)
System\Windows\Ole\WpfOleServices.cs (2)
36
pmedium->
u
.hBitmap = GetCompatibleBitmap(data);
45
pmedium->
u
.hEnhMetaFile = SystemDrawingHelper.GetHandleFromMetafile(data);
System.Private.Windows.Core (2)
Windows\Win32\System\Com\STGMEDIUM.cs (2)
11
public ref HGLOBAL hGlobal => ref
u
.hGlobal;
34
unionmember = stg.
u
.hGlobal
System.Windows.Forms (1)
System\Windows\Forms\OLE\WinFormsOleServices.cs (1)
51
pmedium->
u
.hBitmap = bitmap.GetHBITMAP().CreateCompatibleBitmap(bitmap.Width, bitmap.Height);
System.Windows.Forms.Tests (4)
System\Windows\Forms\DragDropFormatTests.cs (4)
165
Assert.NotEqual(dragDropFormat.Medium.
u
, data.
u
);
173
Assert.Equal(dragDropFormat.Medium.
u
, data.
u
);