Home
last modified time | relevance | path

Searched refs:is_focusing (Results 1 – 1 of 1) sorted by relevance

/dports/lang/mono/mono-5.10.1.57/mcs/class/System.Windows.Forms/System.Windows.Forms/
H A DControl.cs83 …bool is_focusing; // tracks if Focus has been called on the control and has not… field in System.Windows.Forms.Control
3600 if (skip_check || (CanFocus && IsHandleCreated && !has_focus && !is_focusing)) { in FocusInternal()
3601 is_focusing = true; in FocusInternal()
3603 is_focusing = false; in FocusInternal()