10 references to UIS_SET
System.Windows.Forms (2)
System\Windows\Forms\Control.cs (2)
3379
(WPARAM)(actionMask | PInvoke.
UIS_SET
));
3425
(WPARAM)(actionMask | (int)PInvoke.
UIS_SET
));
System.Windows.Forms.Tests (8)
System\Windows\Forms\ControlTests.Properties.cs (8)
10513
{ (int)PInvoke.
UIS_SET
| ((int)PInvoke.UISF_ACTIVE << 16), SystemInformation.MenuAccessKeysUnderlined },
10514
{ (int)PInvoke.
UIS_SET
| ((int)PInvoke.UISF_HIDEACCEL << 16), SystemInformation.MenuAccessKeysUnderlined },
10515
{ (int)PInvoke.
UIS_SET
| ((int)PInvoke.UISF_HIDEFOCUS << 16), false },
10516
{ (int)PInvoke.
UIS_SET
| ((int)(PInvoke.UISF_HIDEACCEL | PInvoke.UISF_HIDEFOCUS) << 16), false },
10572
{ (int)PInvoke.
UIS_SET
| ((int)PInvoke.UISF_ACTIVE << 16), SystemInformation.MenuAccessKeysUnderlined },
10573
{ (int)PInvoke.
UIS_SET
| ((int)PInvoke.UISF_HIDEACCEL << 16), false },
10574
{ (int)PInvoke.
UIS_SET
| ((int)PInvoke.UISF_HIDEFOCUS << 16), SystemInformation.MenuAccessKeysUnderlined },
10575
{ (int)PInvoke.
UIS_SET
| ((int)(PInvoke.UISF_HIDEACCEL | PInvoke.UISF_HIDEFOCUS) << 16), false },