8 references to GetDlgItem
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (1)
11796HWND dialogItem = PInvoke.GetDlgItem(m.HWND, controlId);
System\Windows\Forms\Dialogs\CommonDialogs\FontDialog.cs (2)
346HWND hWndCtl = PInvoke.GetDlgItem((HWND)hWnd, (int)PInvoke.cmb4); 348hWndCtl = PInvoke.GetDlgItem((HWND)hWnd, (int)PInvoke.stc4);
System.Windows.Forms.Design (3)
System\Drawing\Design\ColorEditor.CustomColorDialog.cs (3)
100HWND hwndCtl = PInvoke.GetDlgItem((HWND)hwnd, (int)PInvoke.COLOR_MIX); 107hwndCtl = PInvoke.GetDlgItem((HWND)hwnd, (int)MESSAGEBOX_RESULT.IDOK); 135(LPARAM)PInvoke.GetDlgItem((HWND)hwnd, (int)MESSAGEBOX_RESULT.IDOK));
System.Windows.Forms.Primitives (2)
Windows\Win32\PInvoke.GetDlgItem.cs (2)
8/// <inheritdoc cref="GetDlgItem(HWND, int)"/> 12HWND result = GetDlgItem(hDlg.Handle, nIDDlgItem);