47 references to HeightProperty
PresentationFramework (41)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (3)
212snc.SetValue(FrameworkElement.HeightProperty, height); 216snc.ClearValue(FrameworkElement.HeightProperty); 805double height = (double)snc.GetValue(FrameworkElement.HeightProperty);
System\Windows\Controls\DataGridColumnDropSeparator.cs (1)
26HeightProperty.OverrideMetadata(
System\Windows\Controls\DataGridColumnFloatingHeader.cs (1)
28HeightProperty.OverrideMetadata(
System\Windows\Controls\DataGridRow.cs (4)
484PersistAttachedItemValue(cellsPresenter, DataGridCellsPresenter.HeightProperty); 579cellsPresenter.ClearValue(DataGridCellsPresenter.HeightProperty); 580_owner?.ItemAttachedStorage.ClearValue(Item, DataGridCellsPresenter.HeightProperty); 993RestoreAttachedItemValue(cellsPresenter, DataGridCellsPresenter.HeightProperty);
System\Windows\Controls\InkCanvas.cs (1)
122Property = HeightProperty,
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (5)
36HeightProperty.OverrideMetadata(typeof(DataGridCellsPresenter), new FrameworkPropertyMetadata(OnNotifyHeightPropertyChanged, OnCoerceHeight)); 103DataGridHelper.TransferProperty(this, HeightProperty); 198HeightProperty, 402else if (e.Property == DataGrid.RowHeightProperty || e.Property == HeightProperty) 404DataGridHelper.TransferProperty(this, HeightProperty);
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (5)
33HeightProperty.OverrideMetadata(typeof(DataGridColumnHeader), new FrameworkPropertyMetadata(OnNotifyPropertyChanged, OnCoerceHeight)); 112DataGridHelper.TransferProperty(this, HeightProperty); 419else if (e.Property == DataGrid.ColumnHeaderHeightProperty || e.Property == HeightProperty) 421DataGridHelper.TransferProperty(this, HeightProperty); 787HeightProperty,
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (3)
78DataGridHelper.TransferProperty(fillerColumnHeader, DataGridColumnHeader.HeightProperty); 770_columnHeaderDragIndicator.CoerceValue(HeightProperty); 802_columnHeaderDropLocationIndicator.CoerceValue(HeightProperty);
System\Windows\Controls\Primitives\PopupRoot.cs (1)
261_adornerDecorator.SetBinding(HeightProperty, binding);
System\Windows\Controls\StickyNote.cs (1)
1164SetCurrentValueInternal(HeightProperty, hNew);
System\Windows\Controls\TextBox.cs (3)
51HeightProperty.OverrideMetadata(typeof(TextBox), new FrameworkPropertyMetadata(callback)); 1802if (ReadLocalValue(HeightProperty) != DependencyProperty.UnsetValue || 1840if (ReadLocalValue(HeightProperty) != DependencyProperty.UnsetValue ||
System\Windows\Controls\ToolBarTray.cs (4)
569prevToolBar.ClearValue(fHorizontal ? WidthProperty : HeightProperty); 615toolBar.ClearValue(fHorizontal ? WidthProperty : HeightProperty); 634toolBar.ClearValue(fHorizontal ? WidthProperty : HeightProperty); 647currentToolBar.ClearValue(fHorizontal ? WidthProperty : HeightProperty);
System\Windows\Documents\TextSchema.cs (1)
1167FrameworkElement.HeightProperty,
System\Windows\FrameworkElement.cs (3)
2240if (!BypassLayoutPolicies || !((dp == WidthProperty) || (dp == HeightProperty))) 3563get { return (double) GetValue(HeightProperty); } 3564set { SetValue(HeightProperty, value); }
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2558DependencyProperty dp = System.Windows.FrameworkElement.HeightProperty;
System\Windows\Markup\KnownTypes.cs (1)
1767return System.Windows.FrameworkElement.HeightProperty;
System\Windows\Window.cs (3)
45HeightProperty.OverrideMetadata(typeof(Window), new FrameworkPropertyMetadata(new PropertyChangedCallback(_OnHeightChanged))); 4617SetValue(HeightProperty, restoreRect.Height); 4646SetValue(FrameworkElement.HeightProperty, ptLogicalUnits.Y);
PresentationUI (2)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
719_zoomComboBox.SetBinding(ContentControl.HeightProperty, bind); 775_pageTextBox.SetBinding(ContentControl.HeightProperty, bind);
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonDropDownHelper.cs (1)
198itemsPresenter.ClearValue(FrameworkElement.HeightProperty);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (2)
2403BindingOperations.SetBinding(popup, Popup.HeightProperty, binding); 2415popup.ClearValue(Popup.HeightProperty);
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1273menuItem._itemsPresenter.ClearValue(FrameworkElement.HeightProperty);