4 writes to s_cachedDropDownWidth
System.Windows.Forms (4)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (4)
155s_cachedDropDownWidth = -1; 614s_cachedDropDownWidth = maxPreferredWidth + 2 + SystemInformation.VerticalScrollBarWidth; 1323s_cachedDropDownWidth = -1; 1637s_cachedDropDownWidth = -1;
3 references to s_cachedDropDownWidth
System.Windows.Forms (3)
System\Windows\Forms\Controls\DataGridView\DataGridViewComboBoxCell.cs (3)
599if (s_cachedDropDownWidth == -1) 617Debug.Assert(s_cachedDropDownWidth >= 1); 618PInvokeCore.SendMessage(comboBox, PInvoke.CB_SETDROPPEDWIDTH, (WPARAM)s_cachedDropDownWidth);