33 writes to Height
PresentationFramework (22)
src\Framework\MS\Internal\Ink\ClipboardProcessor.cs (1)
402inkCanvas.Height = size.Height;
src\Framework\MS\Internal\Ink\InkCanvasSelection.cs (1)
442( (FrameworkElement)updatedElement ).Height = newBounds.Height;
src\Framework\System\Windows\Automation\Peers\GridViewColumnHeaderAutomationPeer.cs (1)
107header.Height = height;
src\Framework\System\Windows\Controls\BorderGapMaskConverter.cs (1)
94grid.Height = borderHeight;
src\Framework\System\Windows\Controls\ComboBox.cs (2)
945rect.Height = _clonedElement.RenderSize.Height; 977rect.Height = _clonedElement.RenderSize.Height;
src\Framework\System\Windows\Controls\DataGridRow.cs (2)
567cellsPresenter.Height = newHeight; 576cellsPresenter.Height = _cellsPresenterResizeHeight;
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1215_floatingHeader.Height = srcHeader.ActualHeight;
src\Framework\System\Windows\Controls\Slider.cs (1)
1048rangeElement.Height = ((SelectionEnd - SelectionStart) * valueToSize);
src\Framework\System\Windows\Controls\ToolBarTray.cs (5)
715toolBar.Height = toolBar.RenderSize.Height - shrinkAmount; 720toolBar.Height = toolBar.MinLength; 763toolBar.Height = toolBar.RenderSize.Height + expandAmount; 768toolBar.Height = toolBar.MaxLength; 815currentToolBar.Height = Math.Max(currentToolBar.MinLength, currentToolBar.RenderSize.Height - toolBarOffset + position);
src\Framework\System\Windows\Documents\FixedDocument.cs (1)
751fp.Height = _pageHeight;
src\Framework\System\Windows\Documents\FixedElement.cs (1)
311image.Height = image.Source.Height;
src\Framework\System\Windows\Documents\FlowPosition.cs (1)
271image.Height = somImage.BoundingRect.Height;
src\Framework\System\Windows\Documents\TextRange.cs (2)
1051image.Height = bitmapSource.PixelHeight; 1055image.Height = MaxImageHeight;
src\Framework\System\Windows\Input\KeyboardNavigation.cs (2)
652control.Height = rect.Height; 670control.Height = rect.Height;
System.Activities.Presentation (11)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (1)
221rect.Height = DesiredIconSize.Height;
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (4)
506wnd.Height = 200; 835Height = this.height, 856Height = bounds.Height, 871Height = this.height,
System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (1)
151set { this.lookupWindowRectangle.Height = value; }
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (2)
1175Height = imageHeight, 1784return new Rectangle() { Width = 16, Height = 16, Fill = glyph };
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (1)
365window.Height = size.Height;
System.Activities.Presentation\System\Activities\Presentation\View\RubberBandSelector.cs (1)
255this.rubberBand.Height = rect.Height;
System.Activities.Presentation\System\Activities\Presentation\View\TypeBrowser.xaml.cs (1)
76this.Height = size.Height;
37 references to Height
PresentationFramework (24)
src\Framework\MS\Internal\AppModel\RootBrowserWindow.cs (3)
311requestedHeight = this.Height; 707Point requestedSizeDeviceUnits = LogicalToDeviceUnits(new Point(this.Width, this.Height)); 719if (!DoubleUtil.IsNaN(this.Height))
src\Framework\MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
1423Rect rect = new Rect(0, 0, Width, Height); 1594ret = new Rect(anchor.X + PositionTransform.X + _deltaX, anchor.Y + PositionTransform.Y + _deltaY, Width, Height);
src\Framework\System\Windows\Controls\DataGridColumnFloatingHeader.cs (1)
139double height = Height;
src\Framework\System\Windows\Controls\DataGridRow.cs (1)
542_cellsPresenterResizeHeight = cellsPresenter.Height;
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
1584return DoubleUtil.LessThanOrClose(-floatingHeader.Height * arrange, currentPos.Y) && 1585DoubleUtil.LessThanOrClose(currentPos.Y, floatingHeader.Height * (arrange + 1));
src\Framework\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);
src\Framework\System\Windows\Controls\ScrollViewer.cs (2)
399/// <see cref="System.Windows.FrameworkElement.Height" /> on the content element. 440/// <see cref="System.Windows.FrameworkElement.Height" /> on this element.
src\Framework\System\Windows\Documents\FixedDocument.cs (2)
747double height = fp.Height; 802return new Size(fp.Width, fp.Height);
src\Framework\System\Windows\Documents\FixedHighlight.cs (1)
121return new Rect(0, 0, im.Width, im.Height);
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (1)
1334g = new RectangleGeometry(new Rect(0, 0, im.Width, im.Height));
src\Framework\System\Windows\Documents\FixedTextView.cs (1)
886if (point.Y < this.FixedPage.Height / 2)
src\Framework\System\Windows\Documents\TextRange.cs (1)
1045if (double.IsNaN(image.Height))
src\Framework\System\Windows\FrameworkElement.cs (1)
4062double l = e.Height;
src\Framework\System\Windows\Window.cs (3)
2732requestedHeight = this.Height; 3928ownerSizeDeviceUnits = Owner.LogicalToDeviceUnits(new Point(Owner.Width, Owner.Height)); 4058(DoubleUtil.IsNaN(Owner.Height)))
System.Activities.Presentation (13)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyInspector.xaml.cs (1)
232mirrorTransform.CenterY = rect.Height / 2;
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\AutoConnectHelper.cs (1)
294Rect panelRect = new Rect(0, 0, this.panel.Width, this.panel.Height);
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (6)
354height = (height < this.Height) ? (this.Height < Double.MaxValue ? this.Height : height) : height; 394height = (height < this.Height) ? (this.Height < Double.MaxValue ? this.Height : height) : height;
System.Activities.Presentation\System\Activities\Presentation\MiniMap\MiniMapControl.xaml.cs (1)
150get { return this.lookupWindowRectangle.Height; }
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (3)
262y = ((target.ActualHeight * transform.Matrix.M22) - window.Height) / 2.0; 274y = ((target.ActualHeight * transform.Matrix.M22) - window.Height) / 2.0; 363System.Diagnostics.Debug.WriteLine("SetSize oldSize (" + window.Width + "," + window.Height + ") newSize (" + size.Width + "," + size.Height + ")");
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionWindow.cs (1)
371this.bottomRight = new Point(topLeft.X + Width, topLeft.Y + Height);