1 write to VerticalText
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.ToolStripItemInternalLayout.cs (1)
150_currentLayoutOptions.VerticalText = true;
2 references to VerticalText
System.Windows.Forms (2)
System\Windows\Forms\Controls\Buttons\ButtonInternal\ButtonBaseAdapter.LayoutOptions.cs (2)
662proposedSize = LayoutUtils.FlipSizeIf(VerticalText, proposedSize); 682return LayoutUtils.FlipSizeIf(VerticalText, textSize);