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