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