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