2 references to SendDlgItemMessage
System.Windows.Forms (2)
winforms\Managed\System\WinForms\FontDialog.cs (2)
479
int index = (int)UnsafeNativeMethods.
SendDlgItemMessage
(new HandleRef(null, hWnd), 0x473, NativeMethods.CB_GETCURSEL, IntPtr.Zero, IntPtr.Zero);
481
UpdateColor((int)UnsafeNativeMethods.
SendDlgItemMessage
(new HandleRef(null, hWnd), 0x473,