4 references to GetDlgItem
System.Windows.Forms (4)
winforms\Managed\System\WinForms\Control.cs (2)
13617
IntPtr p = UnsafeNativeMethods.
GetDlgItem
(new HandleRef(null, m.HWnd), ctrlId);
13873
hWnd = UnsafeNativeMethods.
GetDlgItem
(new HandleRef(this, Handle), NativeMethods.Util.HIWORD(m.WParam));
winforms\Managed\System\WinForms\FontDialog.cs (2)
501
IntPtr hWndCtl = UnsafeNativeMethods.
GetDlgItem
(new HandleRef(null, hWnd), NativeMethods.cmb4);
503
hWndCtl = UnsafeNativeMethods.
GetDlgItem
(new HandleRef(null, hWnd), NativeMethods.stc4);