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