9 references to MaxWidth
Microsoft.VisualStudio.LanguageServices (1)
EditorConfigSettings\SettingsEditorPane.cs (1)
171var maxWidth = (int)control.SearchControlParent.MaxWidth;
PresentationFramework (5)
System\Windows\FrameworkElement.cs (1)
4071maxWidth = e.MaxWidth;
System\Windows\Window.cs (4)
2798Point maxSizeDeviceUnits = LogicalToDeviceUnits(new Point(MaxWidth, MaxHeight)); 3500if (MinWidth > MaxWidth) 3506if (!Double.IsPositiveInfinity(MaxWidth)) 3508mm.maxWidth = Math.Min(MaxWidth, maxSizeLogicalUnits.X);
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (2)
138maxStarColumnWidth = Math.Max(maxStarColumnWidth, child.MaxWidth); 143maxStarColumnWidth = Math.Max(maxStarColumnWidth, Math.Min(child.MaxWidth, child.DesiredSize.Width));
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
318SD.Size maxElementSize = Convert.ToSystemDrawingSize(new Size(childFrameworkElement.MaxWidth, childFrameworkElement.MaxHeight), scale);