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