1 write to currentLayoutOptions
System.Windows.Forms (1)
winforms\Managed\System\WinForms\ToolStripItem.cs (1)
4741currentLayoutOptions = CommonLayoutOptions();
5 references to currentLayoutOptions
System.Windows.Forms (5)
winforms\Managed\System\WinForms\ToolStripItem.cs (5)
4668if (currentLayoutOptions != null) { 4669return currentLayoutOptions.gdiTextFormatFlags; 4744currentLayoutOptions.verticalText = true; 4747ButtonBaseAdapter.LayoutData data = currentLayoutOptions.Layout(); 4761lastPreferredSize = currentLayoutOptions.GetPreferredSizeCore(constrainingSize);