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!);
906
if (
_selectionHandlers
.TryGetValue(component, out ISelectionUIHandler? oldHandler))
921
_selectionHandlers
[component] = handler;
934
_selectionHandlers
.TryGetValue(component, out ISelectionUIHandler? oldHandler);
937
_selectionHandlers
.Remove(component);