7 references to MaxLength
PresentationFramework (7)
System\Windows\Controls\ToolBarTray.cs (7)
731
if (DoubleUtil.LessThanOrClose(toolBar.RenderSize.Width + expandAmount, toolBar.
MaxLength
))
738
toolBar.Width = toolBar.
MaxLength
;
739
expandAmount -= toolBar.
MaxLength
- toolBar.RenderSize.Width;
748
if (DoubleUtil.LessThanOrClose(toolBar.RenderSize.Height + expandAmount, toolBar.
MaxLength
))
755
toolBar.Height = toolBar.
MaxLength
;
756
expandAmount -= toolBar.
MaxLength
- toolBar.RenderSize.Height;
767
totalMaxLength += band[i].
MaxLength
;