2 references to BN_CLICKED
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\Button.cs (1)
307
if (m.WParamInternal.HIWORD == PInvoke.
BN_CLICKED
)
System\Windows\Forms\Controls\Buttons\ButtonBase.cs (1)
1464
if (m.WParamInternal.HIWORD == PInvoke.
BN_CLICKED
&& !ValidationCancelled)