1 write to _actions
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\MaskedTextBoxDesigner.cs (1)
32_actions = new DesignerActionListCollection();
3 references to _actions
System.Windows.Forms.Design (3)
System\Windows\Forms\Design\MaskedTextBoxDesigner.cs (3)
30if (_actions is null) 33_actions.Add(new MaskedTextBoxDesignerActionList(this)); 36return _actions;