9 references to WM_GETDLGCODE
System.Windows.Forms (9)
winforms\Managed\System\WinForms\Control.cs (2)
7622return(unchecked( (int) (long)SendMessage(NativeMethods.WM_GETDLGCODE, 0, 0)) & mask) != 0; 7659return(unchecked( (int) (long)SendMessage(NativeMethods.WM_GETDLGCODE, 0, 0)) & mask) != 0;
winforms\Managed\System\WinForms\DataGridViewMethods.cs (1)
29961case NativeMethods.WM_GETDLGCODE:
winforms\Managed\System\WinForms\MessageDecoder.cs (1)
113case NativeMethods.WM_GETDLGCODE: text = "WM_GETDLGCODE"; break;
winforms\Managed\System\WinForms\MonthCalendar.cs (1)
2421case NativeMethods.WM_GETDLGCODE:
winforms\Managed\System\WinForms\PropertyGridInternal\PropertyGridView.cs (2)
5354case NativeMethods.WM_GETDLGCODE: 6912case NativeMethods.WM_GETDLGCODE:
winforms\Managed\System\WinForms\RichTextBox.cs (1)
3709case NativeMethods.WM_GETDLGCODE:
winforms\Managed\System\WinForms\TextBoxBase.cs (1)
2298case NativeMethods.WM_GETDLGCODE: