7 references to GetDlgItemInt
System.Windows.Forms.Design (3)
System\Drawing\Design\ColorEditor.CustomColorDialog.cs (3)
121byte red = (byte)PInvoke.GetDlgItemInt((HWND)hwnd, (int)PInvoke.COLOR_RED, &success, false); 124byte green = (byte)PInvoke.GetDlgItemInt((HWND)hwnd, (int)PInvoke.COLOR_GREEN, &success, false); 127byte blue = (byte)PInvoke.GetDlgItemInt((HWND)hwnd, (int)PInvoke.COLOR_BLUE, &success, false);
System.Windows.Forms.Primitives (4)
_generated\425\Windows.Win32.PInvoke.USER32.dll.g.cs (4)
1380 /// <inheritdoc cref="GetDlgItemInt(winmdroot.Foundation.HWND, int, winmdroot.Foundation.BOOL*, winmdroot.Foundation.BOOL)"/> 1387 uint __result = PInvoke.GetDlgItemInt(hDlg, nIDDlgItem, lpTranslatedLocal, bSigned); 1392 /// <inheritdoc cref="GetDlgItemInt(winmdroot.Foundation.HWND, int, winmdroot.Foundation.BOOL*, winmdroot.Foundation.BOOL)"/> 1396 uint __result = PInvoke.GetDlgItemInt(hDlg, nIDDlgItem, default(winmdroot.Foundation.BOOL* ), bSigned);