2 writes to _minLength
PresentationFramework (2)
System\Windows\Controls\ToolBar.cs (2)
392
_minLength
= 0.0;
551
_minLength
= toolBarPanel.MinLength + extraLength;
1 reference to _minLength
PresentationFramework (1)
System\Windows\Controls\ToolBar.cs (1)
720
get { return
_minLength
; }