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