3 writes to MaxLength
PresentationUI (2)
MS\Internal\Documents\RequestedSignatureDialog.Designer.cs (1)
190
_intentComboBox.
MaxLength
= _maxIntentLength;
MS\Internal\Documents\SigningDialog.Designer.cs (1)
139
_reasonComboBox.
MaxLength
= _maxIntentLength;
System.Windows.Forms (1)
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
234
set { ComboBox.
MaxLength
= value; }
4 references to MaxLength
System.Windows.Forms (4)
System\Windows\Forms\Controls\ComboBox\ComboBox.cs (3)
698
if (
MaxLength
!= value)
2269
if (
MaxLength
> 0)
2271
PInvokeCore.SendMessage(this, PInvoke.CB_LIMITTEXT, (WPARAM)
MaxLength
);
System\Windows\Forms\Controls\ToolStrips\ToolStripComboBox.cs (1)
233
get { return ComboBox.
MaxLength
; }