7 references to MaxLength
PresentationFramework (7)
System\Windows\Controls\ToolBarTray.cs (7)
723if (DoubleUtil.LessThanOrClose(toolBar.RenderSize.Width + expandAmount, toolBar.MaxLength)) 730toolBar.Width = toolBar.MaxLength; 731expandAmount -= toolBar.MaxLength - toolBar.RenderSize.Width; 740if (DoubleUtil.LessThanOrClose(toolBar.RenderSize.Height + expandAmount, toolBar.MaxLength)) 747toolBar.Height = toolBar.MaxLength; 748expandAmount -= toolBar.MaxLength - toolBar.RenderSize.Height; 759totalMaxLength += band[i].MaxLength;