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