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