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)
30
if (
_actions
is null)
33
_actions
.Add(new MaskedTextBoxDesignerActionList(this));
36
return
_actions
;