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)
162_selectionHandlers.Clear(); 241=> _selectionHandlers.TryGetValue(component, out ISelectionUIHandler? value) ? value : null; 372_selectionHandlers.Remove(ce.Component!); 906if (_selectionHandlers.TryGetValue(component, out ISelectionUIHandler? oldHandler)) 921_selectionHandlers[component] = handler; 934_selectionHandlers.TryGetValue(component, out ISelectionUIHandler? oldHandler); 937_selectionHandlers.Remove(component);