41 references to Bottom
PresentationUI (4)
MS\Internal\Documents\RMEnrollmentPage1.Designer.cs (1)
179
_flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.
Bottom
;
MS\Internal\Documents\RMEnrollmentPage2.Designer.cs (1)
65
this._flowLayoutPanel1.Dock = System.Windows.Forms.DockStyle.
Bottom
;
MS\Internal\Documents\SignatureSummaryDialog.Designer.cs (2)
76
_flowpanelMiddleControls.Dock = System.Windows.Forms.DockStyle.
Bottom
;
89
_flowpanelBottomControls.Dock = System.Windows.Forms.DockStyle.
Bottom
;
System.Windows.Forms (21)
System\Windows\Forms\Controls\PropertyGrid\PropertyGridInternal\PropertyGridView.DropDownHolder.cs (1)
651
CreateNewLink.Dock = DockStyle.
Bottom
;
System\Windows\Forms\Controls\Splitter\Splitter.cs (10)
100
DockStyle.Top or DockStyle.
Bottom
=> Cursors.HSplit,
242
if (value is not (DockStyle.Top or DockStyle.
Bottom
or DockStyle.Left or DockStyle.Right))
253
case DockStyle.
Bottom
:
404
case DockStyle.
Bottom
:
569
case DockStyle.
Bottom
:
612
DockStyle.Top or DockStyle.
Bottom
=> r.Height,
635
case DockStyle.
Bottom
:
661
case DockStyle.
Bottom
:
737
case DockStyle.
Bottom
:
786
case DockStyle.
Bottom
:
System\Windows\Forms\Controls\ToolStrips\StatusStrip.cs (2)
99
return DockStyle.
Bottom
;
103
[DefaultValue(DockStyle.
Bottom
)]
System\Windows\Forms\Controls\ToolStrips\ToolStrip.cs (1)
601
if (dock == DockStyle.
Bottom
)
System\Windows\Forms\Controls\ToolStrips\ToolStripContainer.cs (1)
36
_bottomPanel.Dock = DockStyle.
Bottom
;
System\Windows\Forms\Controls\Unsupported\StatusBar\StatusBar.cs (1)
56
[DefaultValue(DockStyle.
Bottom
)]
System\Windows\Forms\Layout\DefaultLayout.cs (2)
415
case DockStyle.
Bottom
:
497
if (dockStyle is DockStyle.Top or DockStyle.
Bottom
)
System\Windows\Forms\Layout\TableLayout.cs (1)
697
if (tlp.Dock is DockStyle.Top or DockStyle.
Bottom
or DockStyle.Fill)
System\Windows\Forms\Scrolling\ScrollableControl.cs (2)
356
case DockStyle.
Bottom
:
418
case DockStyle.
Bottom
:
System.Windows.Forms.Design (16)
System\ComponentModel\Design\DesignerActionPanel.cs (1)
296
edgeToDock = DockStyle.
Bottom
;
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionBehavior.cs (1)
58
case DockStyle.
Bottom
:
System\Windows\Forms\Design\Behavior\ToolStripPanelSelectionGlyph.cs (2)
112
case DockStyle.
Bottom
:
161
case DockStyle.
Bottom
:
System\Windows\Forms\Design\ControlCommandSet.cs (1)
534
flipOffset = docked is DockStyle.
Bottom
or DockStyle.Right;
System\Windows\Forms\Design\ControlDesigner.cs (1)
259
case DockStyle.
Bottom
:
System\Windows\Forms\Design\DesignBindingPicker.cs (4)
226
_addNewPanel.Dock = DockStyle.
Bottom
;
228
_helpTextPanel.Dock = DockStyle.
Bottom
;
310
_addNewPanel.Dock = DockStyle.
Bottom
;
335
_helpTextPanel.Dock = DockStyle.
Bottom
;
System\Windows\Forms\Design\DesignerFrame.cs (2)
276
_splitter.Dock = DockStyle.
Bottom
;
281
window.Dock = DockStyle.
Bottom
;
System\Windows\Forms\Design\DockEditor.DockUI.cs (4)
44
Dock = DockStyle.
Bottom
,
89
Dock = DockStyle.
Bottom
,
138
return DockStyle.
Bottom
;
162
case DockStyle.
Bottom
: