117 references to new
Accessibility_Core_App (1)
CommonControl2.Designer.cs (1)
46this.pictureBox1 = new System.Windows.Forms.PictureBox();
PresentationUI (5)
MS\Internal\Documents\Application\DocumentPropertiesDialog.Designer.cs (1)
68this._iconPictureBox = new System.Windows.Forms.PictureBox();
MS\Internal\Documents\RMEnrollmentPage1.Designer.cs (1)
48_pictureBox = new System.Windows.Forms.PictureBox();
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (3)
44this._pictureBox1 = new System.Windows.Forms.PictureBox(); 48this._pictureBox2 = new System.Windows.Forms.PictureBox(); 50this._pictureBox4 = new System.Windows.Forms.PictureBox();
System.Windows.Forms (2)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\GridErrorDialog.cs (1)
134_pictureBox = new()
System\Windows\Forms\Dialogs\ThreadExceptionDialog.cs (1)
59private readonly PictureBox _pictureBox = new();
System.Windows.Forms.Design (4)
System\Windows\Forms\Design\DesignBindingPicker.cs (2)
168PictureBox addNewIcon = new() 293PictureBox addNewIcon = new()
System\Windows\Forms\Design\StyleEditorForm.cs (2)
170_infoPictureBox2 = new PictureBox(); 171_infoPictureBox1 = new PictureBox();
System.Windows.Forms.Design.Tests (5)
System\Windows\Forms\Design\PictureBoxActionListTests.cs (3)
15using PictureBox pictureBox = new() { SizeMode = PictureBoxSizeMode.StretchImage }; 26using PictureBox pictureBox = new(); 40using PictureBox pictureBox = new();
System\Windows\Forms\Design\PictureBoxDesignerTests.cs (2)
20using PictureBox pictureBox = new(); 36using PictureBox pictureBox = new();
System.Windows.Forms.Tests (93)
System\Windows\Forms\AccessibleObjects\PictureBox.PictureBoxAccessibleObjectTests.cs (8)
20using PictureBox pictureBox = new(); 31using PictureBox pictureBox = new() 46using PictureBox pictureBox = new() 61using PictureBox pictureBox = new() 78using PictureBox pictureBox = new(); 97using PictureBox pictureBox = new() 113using PictureBox pictureBox = new(); 140using PictureBox pictureBox = new();
System\Windows\Forms\BinaryFormat\WinFormsBinaryFormattedObjectTests.cs (1)
189{ new PictureBox(), new string[] { "DataContext: Object", "Tag: Object" } },
System\Windows\Forms\PictureBoxTests.cs (84)
143using PictureBox pictureBox = new() 158using PictureBox pictureBox = new(); 173using PictureBox pictureBox = new(); 181using PictureBox control = new() 199using PictureBox control = new() 314using PictureBox pictureBox = new() 331using PictureBox pictureBox = new() 350using PictureBox pictureBox = new(); 367using PictureBox pictureBox = new() 388using PictureBox pictureBox = new(); 405using PictureBox pictureBox = new(); 421using PictureBox control = new() 435using PictureBox control = new(); 489using PictureBox control = new(); 532using PictureBox pictureBox = new() 547using PictureBox pictureBox = new() 564using PictureBox pictureBox = new(); 579using PictureBox pictureBox = new() 598using PictureBox pictureBox = new(); 615using PictureBox pictureBox = new(); 631using PictureBox pictureBox = new() 651using PictureBox pictureBox = new() 669using PictureBox pictureBox = new(); 685using PictureBox pictureBox = new() 717using PictureBox pictureBox = new() 742using PictureBox pictureBox = new() 768using PictureBox pictureBox = new() 788using PictureBox pictureBox = new() 825using PictureBox pictureBox = new() 859using PictureBox pictureBox = new() 884using PictureBox pictureBox = new() 922using PictureBox control = new() 939using PictureBox control = new(); 967using PictureBox control = new(); 1003using PictureBox control = new(); 1011using PictureBox pictureBox = new() 1028using PictureBox pictureBox = new() 1047using PictureBox pictureBox = new(); 1064using PictureBox pictureBox = new() 1085using PictureBox pictureBox = new(); 1102using PictureBox pictureBox = new(); 1125using PictureBox control = new() 1141using PictureBox control = new() 1160using PictureBox control = new() 1177using PictureBox control = new(); 1212using PictureBox control = new(); 1221using PictureBox control = new() 1237using PictureBox control = new(); 1273using PictureBox control = new(); 1327using PictureBox pictureBox = new() 1349using PictureBox pictureBox = new() 1388using PictureBox pictureBox = new(); 1398using PictureBox control = new() 1414using PictureBox control = new() 1452using PictureBox control = new(); 1460using PictureBox control = new() 1482using PictureBox control = new(); 1516using PictureBox control = new() 1555using PictureBox control = new() 1572using PictureBox control = new(); 1600using PictureBox control = new(); 1636using PictureBox control = new() 1655using PictureBox control = new(); 1673using PictureBox control = new() 1712using PictureBox pictureBox = new() 1730using PictureBox pictureBox = new(); 1739using PictureBox pictureBox = new() 1759using PictureBox pictureBox = new() 1778using PictureBox pictureBox = new() 1800using PictureBox pictureBox = new() 1823using PictureBox pictureBox = new() 1847using PictureBox pictureBox = new(); 1855using PictureBox pictureBox = new(); 1909using PictureBox pictureBox = new(); 1927using PictureBox pictureBox = new() 1945using PictureBox pictureBox = new(); 1984using PictureBox pictureBox = new() 2007using PictureBox pictureBox = new() 2040using PictureBox pictureBox = new() 2074using PictureBox pictureBox = new() 2096using PictureBox pictureBox = new() 2116using PictureBox pictureBox = new() 2128using PictureBox pictureBox = new() 2834using PictureBox control = new();
System.Windows.Forms.UI.IntegrationTests (1)
DragDropTests.cs (1)
903PictureBoxDragSource = new PictureBox();
WinFormsControlsTest (6)
DragDrop.Designer.cs (5)
39pictureBox1 = new PictureBox(); 40pictureBox2 = new PictureBox(); 41pictureBox3 = new PictureBox(); 42pictureBox4 = new PictureBox(); 43pictureBox5 = new PictureBox();
PictureBoxes.Designer.cs (1)
34this.pictureBox1 = new System.Windows.Forms.PictureBox();