15 references to new
System.Windows.Forms.Design (15)
System\Drawing\Design\ContentAlignmentEditor.ContentUI.cs (9)
15private readonly SelectionPanelRadioButton _topLeft = new(); 16private readonly SelectionPanelRadioButton _topCenter = new(); 17private readonly SelectionPanelRadioButton _topRight = new(); 18private readonly SelectionPanelRadioButton _middleLeft = new(); 19private readonly SelectionPanelRadioButton _middleCenter = new(); 20private readonly SelectionPanelRadioButton _middleRight = new(); 21private readonly SelectionPanelRadioButton _bottomLeft = new(); 22private readonly SelectionPanelRadioButton _bottomCenter = new(); 23private readonly SelectionPanelRadioButton _bottomRight = new();
System\Windows\Forms\Design\DockEditor.DockUI.cs (6)
42_none = new SelectionPanelRadioButton() 53_right = new SelectionPanelRadioButton() 65_left = new SelectionPanelRadioButton() 76_top = new SelectionPanelRadioButton() 87_bottom = new SelectionPanelRadioButton() 98_fill = new SelectionPanelRadioButton()