2 writes to _maxLength
PresentationFramework (2)
src\Framework\System\Windows\Controls\ToolBar.cs (2)
409
_maxLength
= 0.0;
577
_maxLength
= toolBarPanel.MaxLength + extraLength;
1 reference to _maxLength
PresentationFramework (1)
src\Framework\System\Windows\Controls\ToolBar.cs (1)
750
get { return
_maxLength
; }