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