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