11 references to MinLength
PresentationFramework (11)
System\Windows\Controls\ToolBarTray.cs (11)
371remainingLength -= toolBar.MinLength; 383remainingLength += toolBar.MinLength; 683if (DoubleUtil.GreaterThanOrClose(toolBar.RenderSize.Width - shrinkAmount, toolBar.MinLength)) 690toolBar.Width = toolBar.MinLength; 691shrinkAmount -= toolBar.RenderSize.Width - toolBar.MinLength; 700if (DoubleUtil.GreaterThanOrClose(toolBar.RenderSize.Height - shrinkAmount, toolBar.MinLength)) 707toolBar.Height = toolBar.MinLength; 708shrinkAmount -= toolBar.RenderSize.Height - toolBar.MinLength; 719totalMinLenght += band[i].MinLength; 800currentToolBar.Width = Math.Max(currentToolBar.MinLength, currentToolBar.RenderSize.Width - toolBarOffset + position); 802currentToolBar.Height = Math.Max(currentToolBar.MinLength, currentToolBar.RenderSize.Height - toolBarOffset + position);