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