10 references to Bottom
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineHints\InlineHintsTag.cs (1)
184
DockPanel.SetDock(border, Dock.
Bottom
);
PresentationFramework (7)
System\Windows\Controls\DockPanel.cs (3)
246
case Dock.
Bottom
:
308
case Dock.
Bottom
:
339
|| dock == Dock.
Bottom
);
System\Windows\Controls\Primitives\TabPanel.cs (4)
90
if (tabAlignment == Dock.Top || tabAlignment == Dock.
Bottom
)
170
if (tabAlignment == Dock.Top || tabAlignment == Dock.
Bottom
)
247
if (tabAlignment == Dock.
Bottom
&& activeRow != 0)
286
(separatorIndex == activeRow - 1 && tabAlignment == Dock.
Bottom
))
Roslyn.VisualStudio.DiagnosticsWindow (2)
DiagnosticsWindow.cs (1)
59
TabStripPlacement = Dock.
Bottom
OptionPages\InternalOptionsControl.cs (1)
105
DockPanel.SetDock(selectionPanel, Dock.
Bottom
);