2 references to s_propMaxLength
System.Windows.Forms (2)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (2)
700
return Properties.GetValueOrDefault<int>(
s_propMaxLength
);
711
Properties.AddValue(
s_propMaxLength
, value);