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)
73if (_currentLayoutOptions is not null) 75return _currentLayoutOptions.GdiTextFormatFlags; 143[MemberNotNull(nameof(_currentLayoutOptions))] 150_currentLayoutOptions.VerticalText = true; 153ButtonBaseAdapter.LayoutData data = _currentLayoutOptions.Layout(); 171_lastPreferredSize = _currentLayoutOptions!.GetPreferredSizeCore(constrainingSize); 179[MemberNotNull(nameof(_currentLayoutOptions))]