1 write to _selectionHandlers
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\SelectionUIService.cs (1)
67_selectionHandlers = [];
7 references to _selectionHandlers
System.Windows.Forms.Design (7)
System\Windows\Forms\Design\SelectionUIService.cs (7)
168_selectionHandlers.Clear(); 247=> _selectionHandlers.TryGetValue(component, out ISelectionUIHandler? value) ? value : null; 378_selectionHandlers.Remove(ce.Component!); 912if (_selectionHandlers.TryGetValue(component, out ISelectionUIHandler? oldHandler)) 927_selectionHandlers[component] = handler; 940_selectionHandlers.TryGetValue(component, out ISelectionUIHandler? oldHandler); 943_selectionHandlers.Remove(component);