1 write to _activatingControlRef
System.Windows.Forms (1)
System\Windows\Forms\Application.ThreadContext.cs (1)
169set => _activatingControlRef = value is null ? null : new(value);
1 reference to _activatingControlRef
System.Windows.Forms (1)
System\Windows\Forms\Application.ThreadContext.cs (1)
168get => _activatingControlRef?.TryGetTarget(out Control? target) ?? false ? target : null;