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