2 writes to _maxLength
PresentationFramework (2)
System\Windows\Controls\ToolBar.cs (2)
405
_maxLength
= 0.0;
567
_maxLength
= toolBarPanel.MaxLength + extraLength;
1 reference to _maxLength
PresentationFramework (1)
System\Windows\Controls\ToolBar.cs (1)
740
get { return
_maxLength
; }