2 references to TabStripPlacement
PresentationFramework (2)
src\Framework\System\Windows\Controls\Primitives\TabPanel.cs (1)
532placement = tc.TabStripPlacement;
src\Framework\System\Windows\Controls\TabItem.cs (1)
194return (tabControl != null) ? tabControl.TabStripPlacement : value;