2 references to GetDlgItem
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
12024hWnd = PInvoke.GetDlgItem(this, m.WParamInternal.HIWORD);
System.Windows.Forms.Primitives (1)
Windows\Win32\PInvoke.GetDlgItem.cs (1)
12HWND result = GetDlgItem(hDlg.Handle, nIDDlgItem);