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