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)
3558get { return (double) GetValue(MaxWidthProperty); } 3559set { 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)
69MaxWidthProperty.OverrideMetadata(typeof(Window), new FrameworkPropertyMetadata(new PropertyChangedCallback(_OnMaxWidthChanged)));