41 references to HeightProperty
PresentationFramework (41)
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (3)
229snc.SetValue(FrameworkElement.HeightProperty, height); 233snc.ClearValue(FrameworkElement.HeightProperty); 823double height = (double)snc.GetValue(FrameworkElement.HeightProperty);
src\Framework\System\Windows\Controls\DataGridColumnDropSeparator.cs (1)
32HeightProperty.OverrideMetadata(
src\Framework\System\Windows\Controls\DataGridColumnFloatingHeader.cs (1)
34HeightProperty.OverrideMetadata(
src\Framework\System\Windows\Controls\DataGridRow.cs (4)
490PersistAttachedItemValue(cellsPresenter, DataGridCellsPresenter.HeightProperty); 585cellsPresenter.ClearValue(DataGridCellsPresenter.HeightProperty); 588_owner.ItemAttachedStorage.ClearValue(Item, DataGridCellsPresenter.HeightProperty); 1015RestoreAttachedItemValue(cellsPresenter, DataGridCellsPresenter.HeightProperty);
src\Framework\System\Windows\Controls\InkCanvas.cs (1)
141trigger.Property = HeightProperty;
src\Framework\System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (5)
43HeightProperty.OverrideMetadata(typeof(DataGridCellsPresenter), new FrameworkPropertyMetadata(OnNotifyHeightPropertyChanged, OnCoerceHeight)); 110DataGridHelper.TransferProperty(this, HeightProperty); 205HeightProperty, 412else if (e.Property == DataGrid.RowHeightProperty || e.Property == HeightProperty) 414DataGridHelper.TransferProperty(this, HeightProperty);
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeader.cs (5)
40HeightProperty.OverrideMetadata(typeof(DataGridColumnHeader), new FrameworkPropertyMetadata(OnNotifyPropertyChanged, OnCoerceHeight)); 119DataGridHelper.TransferProperty(this, HeightProperty); 435else if (e.Property == DataGrid.ColumnHeaderHeightProperty || e.Property == HeightProperty) 437DataGridHelper.TransferProperty(this, HeightProperty); 809HeightProperty,
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (3)
84DataGridHelper.TransferProperty(fillerColumnHeader, DataGridColumnHeader.HeightProperty); 780_columnHeaderDragIndicator.CoerceValue(HeightProperty); 810_columnHeaderDropLocationIndicator.CoerceValue(HeightProperty);
src\Framework\System\Windows\Controls\Primitives\PopupRoot.cs (1)
264_adornerDecorator.SetBinding(HeightProperty, binding);
src\Framework\System\Windows\Controls\StickyNote.cs (1)
1213SetCurrentValueInternal(HeightProperty, hNew);
src\Framework\System\Windows\Controls\TextBox.cs (3)
61HeightProperty.OverrideMetadata(typeof(TextBox), new FrameworkPropertyMetadata(callback)); 1801if (ReadLocalValue(HeightProperty) != DependencyProperty.UnsetValue || 1839if (ReadLocalValue(HeightProperty) != DependencyProperty.UnsetValue ||
src\Framework\System\Windows\Controls\ToolBarTray.cs (4)
589prevToolBar.ClearValue(fHorizontal ? WidthProperty : HeightProperty); 636toolBar.ClearValue(fHorizontal ? WidthProperty : HeightProperty); 655toolBar.ClearValue(fHorizontal ? WidthProperty : HeightProperty); 668currentToolBar.ClearValue(fHorizontal ? WidthProperty : HeightProperty);
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1176FrameworkElement.HeightProperty,
src\Framework\System\Windows\FrameworkElement.cs (3)
2257if (!BypassLayoutPolicies || !((dp == WidthProperty) || (dp == HeightProperty))) 3583get { return (double) GetValue(HeightProperty); } 3584set { SetValue(HeightProperty, value); }
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2487DependencyProperty dp = System.Windows.FrameworkElement.HeightProperty;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1775return System.Windows.FrameworkElement.HeightProperty;
src\Framework\System\Windows\Window.cs (3)
74HeightProperty.OverrideMetadata(typeof(Window), new FrameworkPropertyMetadata(new PropertyChangedCallback(_OnHeightChanged))); 4796SetValue(HeightProperty, restoreRect.Height); 4825SetValue(FrameworkElement.HeightProperty, ptLogicalUnits.Y);