7 references to MaxLength
PresentationFramework (7)
System\Windows\Controls\ToolBarTray.cs (7)
723
if (DoubleUtil.LessThanOrClose(toolBar.RenderSize.Width + expandAmount, toolBar.
MaxLength
))
730
toolBar.Width = toolBar.
MaxLength
;
731
expandAmount -= toolBar.
MaxLength
- toolBar.RenderSize.Width;
740
if (DoubleUtil.LessThanOrClose(toolBar.RenderSize.Height + expandAmount, toolBar.
MaxLength
))
747
toolBar.Height = toolBar.
MaxLength
;
748
expandAmount -= toolBar.
MaxLength
- toolBar.RenderSize.Height;
759
totalMaxLength += band[i].
MaxLength
;