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