1 instantiation of HDLAYOUT
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ListView.cs (1)
4589
NativeMethods.HDLAYOUT hd = new NativeMethods.
HDLAYOUT
();
2 references to HDLAYOUT
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ListView.cs (1)
4589
NativeMethods.
HDLAYOUT
hd = new NativeMethods.HDLAYOUT();
winforms\Managed\System\WinForms\UnsafeNativeMethods.cs (1)
932
public static extern IntPtr SendMessage(HandleRef hWnd, int msg, int wParam, ref NativeMethods.
HDLAYOUT
hdlayout);