2 writes to _minLength
PresentationFramework (2)
src\Framework\System\Windows\Controls\ToolBar.cs (2)
408
_minLength
= 0.0;
576
_minLength
= toolBarPanel.MinLength + extraLength;
1 reference to _minLength
PresentationFramework (1)
src\Framework\System\Windows\Controls\ToolBar.cs (1)
745
get { return
_minLength
; }