1 write to MaxLength
PresentationFramework (1)
src\Framework\System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
275
MaxLength
= (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;