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