4 instantiations of PictureBoxActionList
System.Windows.Forms.Design (1)
System\Windows\Forms\Design\PictureBoxDesigner.cs (1)
112
_actionLists.Add(new
PictureBoxActionList
(this));
System.Windows.Forms.Design.Tests (3)
System\Windows\Forms\Design\PictureBoxActionListTests.cs (3)
16
PictureBoxActionList actionList =
new
(designer);
27
PictureBoxActionList actionList =
new
(designer)
41
PictureBoxActionList actionList =
new
(designer);
3 references to PictureBoxActionList
System.Windows.Forms.Design.Tests (3)
System\Windows\Forms\Design\PictureBoxActionListTests.cs (3)
16
PictureBoxActionList
actionList = new(designer);
27
PictureBoxActionList
actionList = new(designer)
41
PictureBoxActionList
actionList = new(designer);