1 write to _maxLength
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
647
_maxLength
= value;
4 references to _maxLength
System.Windows.Forms (4)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (4)
639
return
_maxLength
;
645
if (
_maxLength
!= value)
1020
PInvokeCore.SendMessage(this, PInvokeCore.EM_LIMITTEXT, (WPARAM)
_maxLength
);
1991
PInvokeCore.SendMessage(this, PInvokeCore.EM_LIMITTEXT, (WPARAM)
_maxLength
);