1 write to MaxWidth
Microsoft.CodeAnalysis.EditorFeatures.Wpf (1)
InlineRename\UI\Adornment\RenameFlyout.xaml.cs (1)
147MaxWidth = _textView.ViewportRight;
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)
4050maxWidth = e.MaxWidth;
System\Windows\Window.cs (4)
2770Point maxSizeDeviceUnits = LogicalToDeviceUnits(new Point(MaxWidth, MaxHeight)); 3474if (MinWidth > MaxWidth) 3480if (!Double.IsPositiveInfinity(MaxWidth)) 3482mm.maxWidth = Math.Min(MaxWidth, maxSizeLogicalUnits.X);
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (2)
135maxStarColumnWidth = Math.Max(maxStarColumnWidth, child.MaxWidth); 140maxStarColumnWidth = Math.Max(maxStarColumnWidth, Math.Min(child.MaxWidth, child.DesiredSize.Width));
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
313SD.Size maxElementSize = Convert.ToSystemDrawingSize(new Size(childFrameworkElement.MaxWidth, childFrameworkElement.MaxHeight), scale);