1 write to _designerActionLists
System.Windows.Forms.Design (1)
System\ComponentModel\Design\DesignerActionService.cs (1)
47_designerActionLists = [];
11 references to _designerActionLists
System.Windows.Forms.Design (11)
System\ComponentModel\Design\DesignerActionService.cs (11)
68if (_designerActionLists.TryGetValue(comp, out DesignerActionListCollection? collection)) 74_designerActionLists.Add(comp, designerActionListCollection); 94if (_designerActionLists.Count == 0) 100IComponent[] compsRemoved = [.. _designerActionLists.Keys]; 103_designerActionLists.Clear(); 118return _designerActionLists.ContainsKey(comp); 269if (_designerActionLists.TryGetValue(component, out DesignerActionListCollection? pushCollection)) 310if (_designerActionLists.Remove(comp)) 325foreach (IComponent comp in _designerActionLists.Keys) 327if (_designerActionLists.TryGetValue(comp, out DesignerActionListCollection? dacl) && dacl.Contains(actionList)) 344if (!_designerActionLists.TryGetValue(comp, out DesignerActionListCollection? actionLists) || !actionLists.Contains(actionList))