1 write to _maxLength
System.Windows.Forms (1)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (1)
646
_maxLength
= value;
4 references to _maxLength
System.Windows.Forms (4)
System\Windows\Forms\Controls\TextBox\TextBoxBase.cs (4)
638
return
_maxLength
;
644
if (
_maxLength
!= value)
1005
PInvokeCore.SendMessage(this, PInvokeCore.EM_LIMITTEXT, (WPARAM)
_maxLength
);
1980
PInvokeCore.SendMessage(this, PInvokeCore.EM_LIMITTEXT, (WPARAM)
_maxLength
);