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