12 references to MaxHeightProperty
PresentationFramework (12)
System\Windows\Controls\Primitives\PopupRoot.cs (1)
289_adornerDecorator.SetBinding(MaxHeightProperty, binding);
System\Windows\Controls\TextBox.cs (5)
53MaxHeightProperty.OverrideMetadata(typeof(TextBox), new FrameworkPropertyMetadata(callback)); 1803ReadLocalValue(MaxHeightProperty) != DependencyProperty.UnsetValue || 1808this.ScrollViewer.ClearValue(MaxHeightProperty); 1841ReadLocalValue(MaxHeightProperty) != DependencyProperty.UnsetValue || 1845RenderScope.ClearValue(MaxHeightProperty);
System\Windows\Documents\TextSchema.cs (1)
1169FrameworkElement.MaxHeightProperty,
System\Windows\FrameworkElement.cs (2)
3615get { return (double) GetValue(MaxHeightProperty); } 3616set { SetValue(MaxHeightProperty, value); }
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2615DependencyProperty dp = System.Windows.FrameworkElement.MaxHeightProperty;
System\Windows\Markup\KnownTypes.cs (1)
1773return System.Windows.FrameworkElement.MaxHeightProperty;
System\Windows\Window.cs (1)
47MaxHeightProperty.OverrideMetadata(typeof(Window), new FrameworkPropertyMetadata(new PropertyChangedCallback(_OnMaxHeightChanged)));