7 references to MaxLength
PresentationFramework (7)
System\Windows\Controls\ToolBarTray.cs (7)
720
if (DoubleUtil.LessThanOrClose(toolBar.RenderSize.Width + expandAmount, toolBar.
MaxLength
))
727
toolBar.Width = toolBar.
MaxLength
;
728
expandAmount -= toolBar.
MaxLength
- toolBar.RenderSize.Width;
737
if (DoubleUtil.LessThanOrClose(toolBar.RenderSize.Height + expandAmount, toolBar.
MaxLength
))
744
toolBar.Height = toolBar.
MaxLength
;
745
expandAmount -= toolBar.
MaxLength
- toolBar.RenderSize.Height;
756
totalMaxLength += band[i].
MaxLength
;