7 references to MaxWidthProperty
PresentationFramework (7)
System\Windows\Controls\Primitives\PopupRoot.cs (1)
283_adornerDecorator.SetBinding(MaxWidthProperty, binding);
System\Windows\Documents\TextSchema.cs (1)
1167FrameworkElement.MaxWidthProperty,
System\Windows\FrameworkElement.cs (2)
3538get { return (double) GetValue(MaxWidthProperty); } 3539set { SetValue(MaxWidthProperty, value); }
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2635DependencyProperty dp = System.Windows.FrameworkElement.MaxWidthProperty;
System\Windows\Markup\KnownTypes.cs (1)
1776return System.Windows.FrameworkElement.MaxWidthProperty;
System\Windows\Window.cs (1)
51MaxWidthProperty.OverrideMetadata(typeof(Window), new FrameworkPropertyMetadata(new PropertyChangedCallback(_OnMaxWidthChanged)));