1 write to s_currentDrags
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\OleDragDropHandler.cs (1)
62
s_currentDrags
??= [];
5 references to s_currentDrags
System.Windows.Forms.Design (5)
System\Windows\Forms\Design\OleDragDropHandler.cs (5)
56
return
s_currentDrags
is null || !
s_currentDrags
.TryGetValue(data, out IComponent? value) ? null : value;
59
[MemberNotNull(nameof(
s_currentDrags
))]
63
s_currentDrags
[data] = component;
534
s_currentDrags
.Remove(data);