7 references to Bottom
PresentationFramework (7)
src\Framework\System\Windows\Controls\DockPanel.cs (3)
258case Dock.Bottom: 320case Dock.Bottom: 351|| dock == Dock.Bottom);
src\Framework\System\Windows\Controls\Primitives\TabPanel.cs (4)
99if (tabAlignment == Dock.Top || tabAlignment == Dock.Bottom) 179if (tabAlignment == Dock.Top || tabAlignment == Dock.Bottom) 254if (tabAlignment == Dock.Bottom && activeRow != 0) 293(separatorIndex == activeRow - 1 && tabAlignment == Dock.Bottom))