1 write to MinLength
PresentationFramework (1)
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
257
MinLength
= horizontal ? stackDesiredSize.Width : stackDesiredSize.Height;
1 reference to MinLength
PresentationFramework (1)
System\Windows\Controls\ToolBar.cs (1)
557
_minLength = toolBarPanel.
MinLength
+ extraLength;