1 write to verticalText
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
4744currentLayoutOptions.verticalText = true;
2 references to verticalText
System.Windows.Forms (2)
winforms\Managed\System\WinForms\ButtonInternal\ButtonBaseAdapter.cs (2)
1441proposedSize = LayoutUtils.FlipSizeIf(verticalText, proposedSize); 1456return LayoutUtils.FlipSizeIf(verticalText, textSize);