8 references to MaxWidthProperty
PresentationFramework (7)
src\Framework\System\Windows\Controls\Primitives\PopupRoot.cs (1)
279_adornerDecorator.SetBinding(MaxWidthProperty, binding);
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1175FrameworkElement.MaxWidthProperty,
src\Framework\System\Windows\FrameworkElement.cs (2)
3557get { return (double) GetValue(MaxWidthProperty); } 3558set { SetValue(MaxWidthProperty, value); }
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2555DependencyProperty dp = System.Windows.FrameworkElement.MaxWidthProperty;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1783return System.Windows.FrameworkElement.MaxWidthProperty;
src\Framework\System\Windows\Window.cs (1)
79MaxWidthProperty.OverrideMetadata(typeof(Window), new FrameworkPropertyMetadata(new PropertyChangedCallback(_OnMaxWidthChanged)));
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (1)
352view.SetBinding(DockedAnnotationView.MaxWidthProperty, maxWidthBinding);