1 write to ActivatingControl
System.Windows.Forms (1)
System\Windows\Forms\Control.cs (1)
913Application.ThreadContext.FromCurrent().ActivatingControl = value ? this : null;
1 reference to ActivatingControl
System.Windows.Forms (1)
System\Windows\Forms\Application.ThreadWindows.cs (1)
62Control? activatingControl = ThreadContext.FromCurrent().ActivatingControl;