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