2 references to BN_CLICKED
System.Windows.Forms (2)
winforms\Managed\System\WinForms\Button.cs (1)
405if (NativeMethods.Util.HIWORD(m.WParam) == NativeMethods.BN_CLICKED) {
winforms\Managed\System\WinForms\ButtonBase.cs (1)
1323if (NativeMethods.Util.HIWORD(m.WParam) == NativeMethods.BN_CLICKED && !ValidationCancelled) {