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