33 writes to Height
PresentationFramework (23)
MS\Internal\Ink\ClipboardProcessor.cs (1)
358inkCanvas.Height = size.Height;
MS\Internal\Ink\InkCanvasSelection.cs (1)
432( (FrameworkElement)updatedElement ).Height = newBounds.Height;
System\Windows\Automation\Peers\GridViewColumnHeaderAutomationPeer.cs (1)
104header.Height = height;
System\Windows\Controls\BorderGapMaskConverter.cs (1)
84grid.Height = borderHeight;
System\Windows\Controls\ComboBox.cs (2)
943rect.Height = _clonedElement.RenderSize.Height; 975rect.Height = _clonedElement.RenderSize.Height;
System\Windows\Controls\DataGridRow.cs (2)
566cellsPresenter.Height = newHeight; 575cellsPresenter.Height = _cellsPresenterResizeHeight;
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1212_floatingHeader.Height = srcHeader.ActualHeight;
System\Windows\Controls\Slider.cs (2)
1043rangeElement.Height = ((SelectionEnd - SelectionStart) * valueToSize); 1110rangeElement.Height = ((Value - Minimum) * valueToSize);
System\Windows\Controls\ToolBarTray.cs (5)
702toolBar.Height = toolBar.RenderSize.Height - shrinkAmount; 707toolBar.Height = toolBar.MinLength; 750toolBar.Height = toolBar.RenderSize.Height + expandAmount; 755toolBar.Height = toolBar.MaxLength; 802currentToolBar.Height = Math.Max(currentToolBar.MinLength, currentToolBar.RenderSize.Height - toolBarOffset + position);
System\Windows\Documents\FixedDocument.cs (1)
724fp.Height = _pageHeight;
System\Windows\Documents\FixedElement.cs (1)
305image.Height = image.Source.Height;
System\Windows\Documents\FlowPosition.cs (1)
264image.Height = somImage.BoundingRect.Height;
System\Windows\Documents\TextRange.cs (2)
1054image.Height = bitmapSource.PixelHeight; 1058image.Height = MaxImageHeight;
System\Windows\Input\KeyboardNavigation.cs (2)
604control.Height = rect.Height; 622control.Height = rect.Height;
PresentationUI (1)
TenFeetInstallationError.xaml.cs (1)
98Grid_2.Height = 180;
ReachFramework (1)
Serialization\Manager\ReachSerializationUtils.cs (1)
1139fixedPage.Height = newSize.Height;
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (2)
578rect.Height = _clonedElement.RenderSize.Height; 611rect.Height = _clonedElement.RenderSize.Height;
Microsoft\Windows\Controls\Ribbon\RibbonDropDownHelper.cs (2)
39itemsPresenter.Height = itemsPresenter.ActualHeight; 151itemsPresenter.Height = newHeight;
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
2890itemsPresenter.Height = newHeight;
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1109_itemsPresenter.Height = DropDownHeight;
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1295menuItem._itemsPresenter.Height = menuItem.DropDownHeight;
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
309childFrameworkElement.Height = double.NaN;
39 references to Height
PresentationFramework (24)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
1408Rect rect = new Rect(0, 0, Width, Height); 1578ret = new Rect(anchor.X + PositionTransform.X + _deltaX, anchor.Y + PositionTransform.Y + _deltaY, Width, Height);
System\Windows\Controls\DataGridColumnFloatingHeader.cs (1)
138double height = Height;
System\Windows\Controls\DataGridRow.cs (1)
541_cellsPresenterResizeHeight = cellsPresenter.Height;
System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
1581return DoubleUtil.LessThanOrClose(-floatingHeader.Height * arrange, currentPos.Y) && 1582DoubleUtil.LessThanOrClose(currentPos.Y, floatingHeader.Height * (arrange + 1));
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (3)
164new Size(_columnHeaderDragIndicator.Width, _columnHeaderDragIndicator.Height))); 172_columnHeaderDropLocationIndicator.Arrange(new Rect(point, new Size(dropIndicatorWidth, _columnHeaderDropLocationIndicator.Height))); 698height = Math.Max(_draggingSrcColumnHeader.RenderSize.Height, _columnHeaderDragIndicator.Height);
System\Windows\Controls\ScrollViewer.cs (2)
396/// <see cref="System.Windows.FrameworkElement.Height" /> on the content element. 437/// <see cref="System.Windows.FrameworkElement.Height" /> on this element.
System\Windows\Documents\FixedDocument.cs (2)
720double height = fp.Height; 775return new Size(fp.Width, fp.Height);
System\Windows\Documents\FixedHighlight.cs (1)
118return new Rect(0, 0, im.Width, im.Height);
System\Windows\Documents\FixedPageStructure.cs (3)
285prevTextPoint.Y = fp.Height - 10; 321Rect boundingRect = new Rect(0, 0, image.Width, image.Height); 598boundingRect = new Rect(0, 0, image.Width, image.Height);
System\Windows\Documents\FixedTextBuilder.cs (1)
1317g = new RectangleGeometry(new Rect(0, 0, im.Width, im.Height));
System\Windows\Documents\FixedTextView.cs (1)
874if (point.Y < this.FixedPage.Height / 2)
System\Windows\Documents\TextRange.cs (1)
1048if (double.IsNaN(image.Height))
System\Windows\FrameworkElement.cs (1)
4056double l = e.Height;
System\Windows\Window.cs (3)
2575requestedHeight = this.Height; 3738ownerSizeDeviceUnits = Owner.LogicalToDeviceUnits(new Point(Owner.Width, Owner.Height)); 3850(double.IsNaN(Owner.Height)))
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
2454Rect pageBounds = new Rect(0.0, 0.0, fixedPage.Width, fixedPage.Height); 2463bool documentPagePortrait = (fixedPage.Width < fixedPage.Height); 2477tg.Children.Add(new MatrixTransform(0.0, 1.0, -1.0, 0.0, fixedPage.Height, 0.0));
ReachFramework (6)
Serialization\Manager\NGCSerializer.cs (1)
174Size pageSize = new Size(fp.Width, fp.Height);
Serialization\Manager\NGCSerializerAsync.cs (1)
833Size pageSize = new Size(fp.Width, fp.Height);
Serialization\Manager\ReachFixedPageSerializer.cs (1)
187Size fixedPageSize = new Size(fixedPage.Width, fixedPage.Height);
Serialization\Manager\ReachFixedPageSerializerAsync.cs (1)
212Size fixedPageSize = new Size(fixedPage.Width, fixedPage.Height);
Serialization\Manager\ReachSerializationUtils.cs (1)
1133Size size = new Size(fixedPage.Width, fixedPage.Height);
Serialization\Manager\XpsOMFixedPageSerializer.cs (1)
177Size fixedPageSize = new Size(fixedPage.Width, fixedPage.Height);
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonDropDownHelper.cs (1)
128double newHeight = itemsPresenter.Height + verticalDelta;
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
2880double oldHeight = itemsPresenter.Height;
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (2)
1025if (double.IsNaN(_itemsPresenter.Width) || double.IsNaN(_itemsPresenter.Height)) 1031double verticalDelta = newHeight - _itemsPresenter.Height;
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (2)
1089if (double.IsNaN(_itemsPresenter.Width) || double.IsNaN(_itemsPresenter.Height)) 1095double verticalDelta = newHeight - _itemsPresenter.Height;