1 write to TabStripPlacement
Roslyn.VisualStudio.DiagnosticsWindow (1)
DiagnosticsWindow.cs (1)
59
TabStripPlacement
= Dock.Bottom
2 references to TabStripPlacement
PresentationFramework (2)
System\Windows\Controls\Primitives\TabPanel.cs (1)
531
placement = tc.
TabStripPlacement
;
System\Windows\Controls\TabItem.cs (1)
193
return (tabControl != null) ? tabControl.
TabStripPlacement
: value;