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