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