1 write to _componentDesigner
System.Windows.Forms.Design (1)
System\ComponentModel\Design\ComponentDesigner.CDDesignerCommandSet.cs (1)
17public CDDesignerCommandSet(ComponentDesigner componentDesigner) => _componentDesigner = componentDesigner;
2 references to _componentDesigner
System.Windows.Forms.Design (2)
System\ComponentModel\Design\ComponentDesigner.CDDesignerCommandSet.cs (2)
21VerbsCommand => _componentDesigner.Verbs, 22ActionListsCommand => _componentDesigner.ActionLists,