12 references to MaxHeightProperty
PresentationFramework (12)
System\Windows\Controls\Primitives\PopupRoot.cs (1)
287_adornerDecorator.SetBinding(MaxHeightProperty, binding);
System\Windows\Controls\TextBox.cs (5)
61MaxHeightProperty.OverrideMetadata(typeof(TextBox), new FrameworkPropertyMetadata(callback)); 1809ReadLocalValue(MaxHeightProperty) != DependencyProperty.UnsetValue || 1814this.ScrollViewer.ClearValue(MaxHeightProperty); 1847ReadLocalValue(MaxHeightProperty) != DependencyProperty.UnsetValue || 1851RenderScope.ClearValue(MaxHeightProperty);
System\Windows\Documents\TextSchema.cs (1)
1176FrameworkElement.MaxHeightProperty,
System\Windows\FrameworkElement.cs (2)
3636get { return (double) GetValue(MaxHeightProperty); } 3637set { SetValue(MaxHeightProperty, value); }
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2546DependencyProperty dp = System.Windows.FrameworkElement.MaxHeightProperty;
System\Windows\Markup\KnownTypes.cs (1)
1780return System.Windows.FrameworkElement.MaxHeightProperty;
System\Windows\Window.cs (1)
66MaxHeightProperty.OverrideMetadata(typeof(Window), new FrameworkPropertyMetadata(new PropertyChangedCallback(_OnMaxHeightChanged)));