3 references to UIS_CLEAR
System.Windows.Forms (3)
System\Windows\Forms\Control.cs (3)
9103
(WPARAM)((int)PInvoke.
UIS_CLEAR
| ((int)toClear << 16)));
12196
bool showKeyboard = (cmd == PInvoke.
UIS_CLEAR
);
12217
bool showFocus = cmd == PInvoke.
UIS_CLEAR
;