1 write to _currentLayoutOptions
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.ToolStripItemInternalLayout.cs (1)
146
_currentLayoutOptions
= CommonLayoutOptions();
7 references to _currentLayoutOptions
System.Windows.Forms (7)
System\Windows\Forms\Controls\ToolStrips\ToolStripItem.ToolStripItemInternalLayout.cs (7)
73
if (
_currentLayoutOptions
is not null)
75
return
_currentLayoutOptions
.GdiTextFormatFlags;
143
[MemberNotNull(nameof(
_currentLayoutOptions
))]
150
_currentLayoutOptions
.VerticalText = true;
153
ButtonBaseAdapter.LayoutData data =
_currentLayoutOptions
.Layout();
171
_lastPreferredSize =
_currentLayoutOptions
!.GetPreferredSizeCore(constrainingSize);
179
[MemberNotNull(nameof(
_currentLayoutOptions
))]