8 references to GetControlInformation
System.Windows.Forms (8)
winforms\Managed\System\WinForms\ToolStrip.cs (2)
4116
Debug.WriteLineIf(SnapFocusDebug.TraceVerbose, "[ToolStrip RestoreFocus]: Will Restore Focus to: " + WindowsFormsUtils.
GetControlInformation
(hwndThatLostFocus));
4543
Debug.WriteLineIf(SnapFocusDebug.TraceVerbose, "[ToolStrip SnapFocus]: Caching for return focus:" + WindowsFormsUtils.
GetControlInformation
(otherHandle.Handle));
winforms\Managed\System\WinForms\ToolStripDropDown.cs (2)
2149
Debug.Fail("Why are we being activated when we're not visible? Deactivating thingee is " + WindowsFormsUtils.
GetControlInformation
(m.LParam));
2153
Debug.WriteLineIf(ToolStrip.SnapFocusDebug.TraceVerbose, "[ToolStripDropDown.WndProc] activating thingee is " + WindowsFormsUtils.
GetControlInformation
(m.LParam));
winforms\Managed\System\WinForms\ToolStripManager.cs (3)
1167
Debug.WriteLineIf(ToolStrip.SnapFocusDebug.TraceVerbose, "[ModalMenuFilter.SetActiveToolStripCore] Setting " + WindowsFormsUtils.
GetControlInformation
(toolStrip.Handle) + " active.");
1254
Debug.WriteLineIf(ToolStrip.SnapFocusDebug.TraceVerbose, "[ModalMenuFilter.PreFilterMessage] Dismissing because: " + WindowsFormsUtils.
GetControlInformation
(hwndCurrentActiveWindow.Handle) + " has gotten activation. ");
1260
Debug.WriteLineIf(ToolStrip.SnapFocusDebug.TraceVerbose, "[ModalMenuFilter.PreFilterMessage] Calling ProcessActivationChange because: " + WindowsFormsUtils.
GetControlInformation
(hwndCurrentActiveWindow.Handle) + " has gotten activation. ");
winforms\Managed\System\WinForms\WinFormsUtils.cs (1)
238
return
GetControlInformation
(control.Handle);