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