7 references to MaxLength
PresentationFramework (7)
System\Windows\Controls\ToolBarTray.cs (7)
719
if (DoubleUtil.LessThanOrClose(toolBar.RenderSize.Width + expandAmount, toolBar.
MaxLength
))
726
toolBar.Width = toolBar.
MaxLength
;
727
expandAmount -= toolBar.
MaxLength
- toolBar.RenderSize.Width;
736
if (DoubleUtil.LessThanOrClose(toolBar.RenderSize.Height + expandAmount, toolBar.
MaxLength
))
743
toolBar.Height = toolBar.
MaxLength
;
744
expandAmount -= toolBar.
MaxLength
- toolBar.RenderSize.Height;
755
totalMaxLength += band[i].
MaxLength
;