15 references to new
System.Windows.Forms.Design (15)
System\Drawing\Design\ContentAlignmentEditor.ContentUI.cs (9)
15
private readonly SelectionPanelRadioButton _topLeft =
new
();
16
private readonly SelectionPanelRadioButton _topCenter =
new
();
17
private readonly SelectionPanelRadioButton _topRight =
new
();
18
private readonly SelectionPanelRadioButton _middleLeft =
new
();
19
private readonly SelectionPanelRadioButton _middleCenter =
new
();
20
private readonly SelectionPanelRadioButton _middleRight =
new
();
21
private readonly SelectionPanelRadioButton _bottomLeft =
new
();
22
private readonly SelectionPanelRadioButton _bottomCenter =
new
();
23
private 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
()