7 references to MaxLength
PresentationFramework (7)
src\Framework\System\Windows\Controls\ToolBarTray.cs (7)
744
if (DoubleUtil.LessThanOrClose(toolBar.RenderSize.Width + expandAmount, toolBar.
MaxLength
))
751
toolBar.Width = toolBar.
MaxLength
;
752
expandAmount -= toolBar.
MaxLength
- toolBar.RenderSize.Width;
761
if (DoubleUtil.LessThanOrClose(toolBar.RenderSize.Height + expandAmount, toolBar.
MaxLength
))
768
toolBar.Height = toolBar.
MaxLength
;
769
expandAmount -= toolBar.
MaxLength
- toolBar.RenderSize.Height;
780
totalMaxLength += band[i].
MaxLength
;