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