47 references to HeightProperty
PresentationFramework (41)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (3)
223snc.SetValue(FrameworkElement.HeightProperty, height); 227snc.ClearValue(FrameworkElement.HeightProperty); 816double height = (double)snc.GetValue(FrameworkElement.HeightProperty);
System\Windows\Controls\DataGridColumnDropSeparator.cs (1)
31HeightProperty.OverrideMetadata(
System\Windows\Controls\DataGridColumnFloatingHeader.cs (1)
33HeightProperty.OverrideMetadata(
System\Windows\Controls\DataGridRow.cs (4)
489PersistAttachedItemValue(cellsPresenter, DataGridCellsPresenter.HeightProperty); 584cellsPresenter.ClearValue(DataGridCellsPresenter.HeightProperty); 587_owner.ItemAttachedStorage.ClearValue(Item, DataGridCellsPresenter.HeightProperty); 1014RestoreAttachedItemValue(cellsPresenter, DataGridCellsPresenter.HeightProperty);
System\Windows\Controls\InkCanvas.cs (1)
130trigger.Property = HeightProperty;
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (5)
42HeightProperty.OverrideMetadata(typeof(DataGridCellsPresenter), new FrameworkPropertyMetadata(OnNotifyHeightPropertyChanged, OnCoerceHeight)); 109DataGridHelper.TransferProperty(this, HeightProperty); 204HeightProperty, 411else if (e.Property == DataGrid.RowHeightProperty || e.Property == HeightProperty) 413DataGridHelper.TransferProperty(this, HeightProperty);
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (5)
39HeightProperty.OverrideMetadata(typeof(DataGridColumnHeader), new FrameworkPropertyMetadata(OnNotifyPropertyChanged, OnCoerceHeight)); 118DataGridHelper.TransferProperty(this, HeightProperty); 434else if (e.Property == DataGrid.ColumnHeaderHeightProperty || e.Property == HeightProperty) 436DataGridHelper.TransferProperty(this, HeightProperty); 808HeightProperty,
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (3)
84DataGridHelper.TransferProperty(fillerColumnHeader, DataGridColumnHeader.HeightProperty); 780_columnHeaderDragIndicator.CoerceValue(HeightProperty); 810_columnHeaderDropLocationIndicator.CoerceValue(HeightProperty);
System\Windows\Controls\Primitives\PopupRoot.cs (1)
267_adornerDecorator.SetBinding(HeightProperty, binding);
System\Windows\Controls\StickyNote.cs (1)
1203SetCurrentValueInternal(HeightProperty, hNew);
System\Windows\Controls\TextBox.cs (3)
59HeightProperty.OverrideMetadata(typeof(TextBox), new FrameworkPropertyMetadata(callback)); 1808if (ReadLocalValue(HeightProperty) != DependencyProperty.UnsetValue || 1846if (ReadLocalValue(HeightProperty) != DependencyProperty.UnsetValue ||
System\Windows\Controls\ToolBarTray.cs (4)
578prevToolBar.ClearValue(fHorizontal ? WidthProperty : HeightProperty); 624toolBar.ClearValue(fHorizontal ? WidthProperty : HeightProperty); 643toolBar.ClearValue(fHorizontal ? WidthProperty : HeightProperty); 656currentToolBar.ClearValue(fHorizontal ? WidthProperty : HeightProperty);
System\Windows\Documents\TextSchema.cs (1)
1174FrameworkElement.HeightProperty,
System\Windows\FrameworkElement.cs (3)
2253if (!BypassLayoutPolicies || !((dp == WidthProperty) || (dp == HeightProperty))) 3577get { return (double) GetValue(HeightProperty); } 3578set { SetValue(HeightProperty, value); }
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2495DependencyProperty dp = System.Windows.FrameworkElement.HeightProperty;
System\Windows\Markup\KnownTypes.cs (1)
1774return System.Windows.FrameworkElement.HeightProperty;
System\Windows\Window.cs (3)
60HeightProperty.OverrideMetadata(typeof(Window), new FrameworkPropertyMetadata(new PropertyChangedCallback(_OnHeightChanged))); 4532SetValue(HeightProperty, restoreRect.Height); 4561SetValue(FrameworkElement.HeightProperty, ptLogicalUnits.Y);
PresentationUI (2)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
732_zoomComboBox.SetBinding(ContentControl.HeightProperty, bind); 784_pageTextBox.SetBinding(ContentControl.HeightProperty, bind);
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonDropDownHelper.cs (1)
204itemsPresenter.ClearValue(FrameworkElement.HeightProperty);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (2)
2423BindingOperations.SetBinding(popup, Popup.HeightProperty, binding); 2435popup.ClearValue(Popup.HeightProperty);
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1286menuItem._itemsPresenter.ClearValue(FrameworkElement.HeightProperty);