7 references to MaxWidthProperty
PresentationFramework (7)
System\Windows\Controls\Primitives\PopupRoot.cs (1)
282_adornerDecorator.SetBinding(MaxWidthProperty, binding);
System\Windows\Documents\TextSchema.cs (1)
1173FrameworkElement.MaxWidthProperty,
System\Windows\FrameworkElement.cs (2)
3551get { return (double) GetValue(MaxWidthProperty); } 3552set { SetValue(MaxWidthProperty, value); }
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2563DependencyProperty dp = System.Windows.FrameworkElement.MaxWidthProperty;
System\Windows\Markup\KnownTypes.cs (1)
1782return System.Windows.FrameworkElement.MaxWidthProperty;
System\Windows\Window.cs (1)
65MaxWidthProperty.OverrideMetadata(typeof(Window), new FrameworkPropertyMetadata(new PropertyChangedCallback(_OnMaxWidthChanged)));