Home
last modified time | relevance | path

Searched refs:is_activating_child (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 DMdiClient.cs906 …form, FormWindowState old_window_state, FormWindowState new_window_state, bool is_activating_child) in SetWindowState() argument
912 if (!is_activating_child && new_window_state == FormWindowState.Maximized && !wm.IsActive) { in SetWindowState()