47 references to HeightProperty
PresentationFramework (41)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (3)
213snc.SetValue(FrameworkElement.HeightProperty, height); 217snc.ClearValue(FrameworkElement.HeightProperty); 806double height = (double)snc.GetValue(FrameworkElement.HeightProperty);
System\Windows\Controls\DataGridColumnDropSeparator.cs (1)
27HeightProperty.OverrideMetadata(
System\Windows\Controls\DataGridColumnFloatingHeader.cs (1)
29HeightProperty.OverrideMetadata(
System\Windows\Controls\DataGridRow.cs (4)
485PersistAttachedItemValue(cellsPresenter, DataGridCellsPresenter.HeightProperty); 580cellsPresenter.ClearValue(DataGridCellsPresenter.HeightProperty); 583_owner.ItemAttachedStorage.ClearValue(Item, DataGridCellsPresenter.HeightProperty); 1009RestoreAttachedItemValue(cellsPresenter, DataGridCellsPresenter.HeightProperty);
System\Windows\Controls\InkCanvas.cs (1)
123Property = HeightProperty,
System\Windows\Controls\Primitives\DataGridCellsPresenter.cs (5)
37HeightProperty.OverrideMetadata(typeof(DataGridCellsPresenter), new FrameworkPropertyMetadata(OnNotifyHeightPropertyChanged, OnCoerceHeight)); 104DataGridHelper.TransferProperty(this, HeightProperty); 199HeightProperty, 406else if (e.Property == DataGrid.RowHeightProperty || e.Property == HeightProperty) 408DataGridHelper.TransferProperty(this, HeightProperty);
System\Windows\Controls\Primitives\DataGridColumnHeader.cs (5)
34HeightProperty.OverrideMetadata(typeof(DataGridColumnHeader), new FrameworkPropertyMetadata(OnNotifyPropertyChanged, OnCoerceHeight)); 113DataGridHelper.TransferProperty(this, HeightProperty); 429else if (e.Property == DataGrid.ColumnHeaderHeightProperty || e.Property == HeightProperty) 431DataGridHelper.TransferProperty(this, HeightProperty); 803HeightProperty,
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (3)
79DataGridHelper.TransferProperty(fillerColumnHeader, DataGridColumnHeader.HeightProperty); 777_columnHeaderDragIndicator.CoerceValue(HeightProperty); 809_columnHeaderDropLocationIndicator.CoerceValue(HeightProperty);
System\Windows\Controls\Primitives\PopupRoot.cs (1)
262_adornerDecorator.SetBinding(HeightProperty, binding);
System\Windows\Controls\StickyNote.cs (1)
1176SetCurrentValueInternal(HeightProperty, hNew);
System\Windows\Controls\TextBox.cs (3)
52HeightProperty.OverrideMetadata(typeof(TextBox), new FrameworkPropertyMetadata(callback)); 1803if (ReadLocalValue(HeightProperty) != DependencyProperty.UnsetValue || 1841if (ReadLocalValue(HeightProperty) != DependencyProperty.UnsetValue ||
System\Windows\Controls\ToolBarTray.cs (4)
570prevToolBar.ClearValue(fHorizontal ? WidthProperty : HeightProperty); 616toolBar.ClearValue(fHorizontal ? WidthProperty : HeightProperty); 635toolBar.ClearValue(fHorizontal ? WidthProperty : HeightProperty); 648currentToolBar.ClearValue(fHorizontal ? WidthProperty : HeightProperty);
System\Windows\Documents\TextSchema.cs (1)
1168FrameworkElement.HeightProperty,
System\Windows\FrameworkElement.cs (3)
2244if (!BypassLayoutPolicies || !((dp == WidthProperty) || (dp == HeightProperty))) 3570get { return (double) GetValue(HeightProperty); } 3571set { SetValue(HeightProperty, value); }
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2559DependencyProperty dp = System.Windows.FrameworkElement.HeightProperty;
System\Windows\Markup\KnownTypes.cs (1)
1768return System.Windows.FrameworkElement.HeightProperty;
System\Windows\Window.cs (3)
46HeightProperty.OverrideMetadata(typeof(Window), new FrameworkPropertyMetadata(new PropertyChangedCallback(_OnHeightChanged))); 4631SetValue(HeightProperty, restoreRect.Height); 4660SetValue(FrameworkElement.HeightProperty, ptLogicalUnits.Y);
PresentationUI (2)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (2)
723_zoomComboBox.SetBinding(ContentControl.HeightProperty, bind); 779_pageTextBox.SetBinding(ContentControl.HeightProperty, bind);
System.Windows.Controls.Ribbon (4)
Microsoft\Windows\Controls\Ribbon\RibbonDropDownHelper.cs (1)
199itemsPresenter.ClearValue(FrameworkElement.HeightProperty);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (2)
2428BindingOperations.SetBinding(popup, Popup.HeightProperty, binding); 2440popup.ClearValue(Popup.HeightProperty);
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1283menuItem._itemsPresenter.ClearValue(FrameworkElement.HeightProperty);