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