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!);
912
if (
_selectionHandlers
.TryGetValue(component, out ISelectionUIHandler? oldHandler))
927
_selectionHandlers
[component] = handler;
940
_selectionHandlers
.TryGetValue(component, out ISelectionUIHandler? oldHandler);
943
_selectionHandlers
.Remove(component);