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