1 write to u
System.Private.Windows.Core (1)
Windows\Win32\System\Com\STGMEDIUM.cs (1)
21
u
= new()
5 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);