4 writes to cachedDropDownWidth
System.Windows.Forms (4)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (4)
197cachedDropDownWidth = -1; 837cachedDropDownWidth = maxPreferredWidth + 2 + SystemInformation.VerticalScrollBarWidth; 1579cachedDropDownWidth = -1; 1882cachedDropDownWidth = -1;
3 references to cachedDropDownWidth
System.Windows.Forms (3)
winforms\Managed\System\WinForms\DataGridViewComboBoxCell.cs (3)
823if (cachedDropDownWidth == -1) 839Debug.Assert(cachedDropDownWidth >= 1); 840UnsafeNativeMethods.SendMessage(new HandleRef(comboBox, comboBox.Handle), NativeMethods.CB_SETDROPPEDWIDTH, cachedDropDownWidth, 0);