19 references to MinHeightProperty
PresentationFramework (18)
src\Framework\System\Windows\Controls\InkCanvas.cs (1)
144setter.Property = MinHeightProperty;
src\Framework\System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (5)
44MinHeightProperty.OverrideMetadata(typeof(DataGridCellsPresenter), new FrameworkPropertyMetadata(OnNotifyHeightPropertyChanged, OnCoerceMinHeight)); 111DataGridHelper.TransferProperty(this, MinHeightProperty); 216MinHeightProperty, 416else if (e.Property == DataGrid.MinRowHeightProperty || e.Property == MinHeightProperty) 418DataGridHelper.TransferProperty(this, MinHeightProperty);
src\Framework\System\Windows\Controls\Primitives\PopupRoot.cs (1)
274_adornerDecorator.SetBinding(MinHeightProperty, binding);
src\Framework\System\Windows\Controls\TextBox.cs (5)
62MinHeightProperty.OverrideMetadata(typeof(TextBox), new FrameworkPropertyMetadata(callback)); 1803ReadLocalValue(MinHeightProperty) != DependencyProperty.UnsetValue) 1806this.ScrollViewer.ClearValue(MinHeightProperty); 1841ReadLocalValue(MinHeightProperty) != DependencyProperty.UnsetValue) 1843RenderScope.ClearValue(MinHeightProperty);
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1177FrameworkElement.MinHeightProperty,
src\Framework\System\Windows\FrameworkElement.cs (2)
3609get { return (double) GetValue(MinHeightProperty); } 3610set { SetValue(MinHeightProperty, value); }
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2572DependencyProperty dp = System.Windows.FrameworkElement.MinHeightProperty;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1785return System.Windows.FrameworkElement.MinHeightProperty;
src\Framework\System\Windows\Window.cs (1)
75MinHeightProperty.OverrideMetadata(typeof(Window), new FrameworkPropertyMetadata(new PropertyChangedCallback(_OnMinHeightChanged)));
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\WorkflowItemsPresenter.cs (1)
86hintTextGrid.SetBinding(Grid.MinHeightProperty, "MinHeight");