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