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)
1175
FrameworkElement.
MaxWidthProperty
,
src\Framework\System\Windows\FrameworkElement.cs (2)
3557
get { return (double) GetValue(
MaxWidthProperty
); }
3558
set { SetValue(
MaxWidthProperty
, value); }
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2555
DependencyProperty dp = System.Windows.FrameworkElement.
MaxWidthProperty
;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1783
return System.Windows.FrameworkElement.
MaxWidthProperty
;
src\Framework\System\Windows\Window.cs (1)
79
MaxWidthProperty
.OverrideMetadata(typeof(Window), new FrameworkPropertyMetadata(new PropertyChangedCallback(_OnMaxWidthChanged)));
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\ActivityDesigner.cs (1)
352
view.SetBinding(DockedAnnotationView.
MaxWidthProperty
, maxWidthBinding);