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