1 write to MaxLength
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
275MaxLength = (horizontal ? stackDesiredSize.Width : stackDesiredSize.Height) + overflowExtent;
1 reference to MaxLength
PresentationFramework (1)
src\Framework\System\Windows\Controls\ToolBar.cs (1)
577_maxLength = toolBarPanel.MaxLength + extraLength;