33 writes to Height
PresentationFramework (23)
MS\Internal\Ink\ClipboardProcessor.cs (1)
351
inkCanvas.
Height
= size.Height;
MS\Internal\Ink\InkCanvasSelection.cs (1)
419
( (FrameworkElement)updatedElement ).
Height
= newBounds.Height;
System\Windows\Automation\Peers\GridViewColumnHeaderAutomationPeer.cs (1)
87
header.
Height
= height;
System\Windows\Controls\BorderGapMaskConverter.cs (1)
83
Height
= borderHeight
System\Windows\Controls\ComboBox.cs (2)
921
Height
= _clonedElement.RenderSize.Height
954
rect.
Height
= _clonedElement.RenderSize.Height;
System\Windows\Controls\DataGridRow.cs (2)
555
cellsPresenter.
Height
= newHeight;
564
cellsPresenter.
Height
= _cellsPresenterResizeHeight;
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1182
_floatingHeader.
Height
= srcHeader.ActualHeight;
System\Windows\Controls\Slider.cs (2)
1012
rangeElement.
Height
= ((SelectionEnd - SelectionStart) * valueToSize);
1079
rangeElement.
Height
= ((Value - Minimum) * valueToSize);
System\Windows\Controls\ToolBarTray.cs (5)
690
toolBar.
Height
= toolBar.RenderSize.Height - shrinkAmount;
695
toolBar.
Height
= toolBar.MinLength;
738
toolBar.
Height
= toolBar.RenderSize.Height + expandAmount;
743
toolBar.
Height
= toolBar.MaxLength;
790
currentToolBar.
Height
= Math.Max(currentToolBar.MinLength, currentToolBar.RenderSize.Height - toolBarOffset + position);
System\Windows\Documents\FixedDocument.cs (1)
713
fp.
Height
= _pageHeight;
System\Windows\Documents\FixedElement.cs (1)
302
image.
Height
= image.Source.Height;
System\Windows\Documents\FlowPosition.cs (1)
259
image.
Height
= somImage.BoundingRect.Height;
System\Windows\Documents\TextRange.cs (2)
1042
image.
Height
= bitmapSource.PixelHeight;
1046
image.
Height
= MaxImageHeight;
System\Windows\Input\KeyboardNavigation.cs (2)
595
control.
Height
= rect.Height;
614
Height
= rect.Height
PresentationUI (1)
TenFeetInstallationError.xaml.cs (1)
91
Grid_2.
Height
= 180;
ReachFramework (1)
Serialization\Manager\ReachSerializationUtils.cs (1)
1123
fixedPage.
Height
= newSize.Height;
System.Windows.Controls.Ribbon (7)
Microsoft\Windows\Controls\Ribbon\RibbonComboBox.cs (2)
571
Height
= _clonedElement.RenderSize.Height
605
rect.
Height
= _clonedElement.RenderSize.Height;
Microsoft\Windows\Controls\Ribbon\RibbonDropDownHelper.cs (2)
32
itemsPresenter.
Height
= itemsPresenter.ActualHeight;
144
itemsPresenter.
Height
= newHeight;
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
2870
itemsPresenter.
Height
= newHeight;
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (1)
1093
_itemsPresenter.
Height
= DropDownHeight;
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (1)
1273
menuItem._itemsPresenter.
Height
= menuItem.DropDownHeight;
WindowsFormsIntegration (1)
System\Windows\Integration\ElementHost.cs (1)
304
childFrameworkElement.
Height
= double.NaN;
39 references to Height
PresentationFramework (24)
MS\Internal\Controls\StickyNote\StickyNoteAnnotations.cs (2)
1396
Rect rect = new Rect(0, 0, Width,
Height
);
1566
ret = new Rect(anchor.X + PositionTransform.X + _deltaX, anchor.Y + PositionTransform.Y + _deltaY, Width,
Height
);
System\Windows\Controls\DataGridColumnFloatingHeader.cs (1)
134
double height =
Height
;
System\Windows\Controls\DataGridRow.cs (1)
530
_cellsPresenterResizeHeight = cellsPresenter.
Height
;
System\Windows\Controls\GridViewHeaderRowPresenter.cs (2)
1545
return DoubleUtil.LessThanOrClose(-floatingHeader.
Height
* arrange, currentPos.Y) &&
1546
DoubleUtil.LessThanOrClose(currentPos.Y, floatingHeader.
Height
* (arrange + 1));
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (3)
158
new Size(_columnHeaderDragIndicator.Width, _columnHeaderDragIndicator.
Height
)));
166
_columnHeaderDropLocationIndicator.Arrange(new Rect(point, new Size(dropIndicatorWidth, _columnHeaderDropLocationIndicator.
Height
)));
680
height = Math.Max(_draggingSrcColumnHeader.RenderSize.Height, _columnHeaderDragIndicator.
Height
);
System\Windows\Controls\ScrollViewer.cs (2)
387
/// <see cref="System.Windows.FrameworkElement.
Height
" /> on the content element.
428
/// <see cref="System.Windows.FrameworkElement.
Height
" /> on this element.
System\Windows\Documents\FixedDocument.cs (2)
709
double height = fp.
Height
;
764
return new Size(fp.Width, fp.
Height
);
System\Windows\Documents\FixedHighlight.cs (1)
112
return new Rect(0, 0, im.Width, im.
Height
);
System\Windows\Documents\FixedPageStructure.cs (3)
278
prevTextPoint.Y = fp.
Height
- 10;
314
Rect boundingRect = new Rect(0, 0, image.Width, image.
Height
);
591
boundingRect = new Rect(0, 0, image.Width, image.
Height
);
System\Windows\Documents\FixedTextBuilder.cs (1)
1297
g = new RectangleGeometry(new Rect(0, 0, im.Width, im.
Height
));
System\Windows\Documents\FixedTextView.cs (1)
857
if (point.Y < this.FixedPage.
Height
/ 2)
System\Windows\Documents\TextRange.cs (1)
1036
if (double.IsNaN(image.
Height
))
System\Windows\FrameworkElement.cs (1)
4042
double l = e.
Height
;
System\Windows\Window.cs (3)
2656
requestedHeight = this.
Height
;
3815
ownerSizeDeviceUnits = Owner.LogicalToDeviceUnits(new Point(Owner.Width, Owner.
Height
));
3927
(double.IsNaN(Owner.
Height
)))
PresentationUI (3)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (3)
2440
Rect pageBounds = new Rect(0.0, 0.0, fixedPage.Width, fixedPage.
Height
);
2449
bool documentPagePortrait = (fixedPage.Width < fixedPage.
Height
);
2463
tg.Children.Add(new MatrixTransform(0.0, 1.0, -1.0, 0.0, fixedPage.
Height
, 0.0));
ReachFramework (6)
Serialization\Manager\NGCSerializer.cs (1)
161
Size pageSize = new Size(fp.Width, fp.
Height
);
Serialization\Manager\NGCSerializerAsync.cs (1)
815
Size pageSize = new Size(fp.Width, fp.
Height
);
Serialization\Manager\ReachFixedPageSerializer.cs (1)
177
Size fixedPageSize = new Size(fixedPage.Width, fixedPage.
Height
);
Serialization\Manager\ReachFixedPageSerializerAsync.cs (1)
202
Size fixedPageSize = new Size(fixedPage.Width, fixedPage.
Height
);
Serialization\Manager\ReachSerializationUtils.cs (1)
1117
Size size = new Size(fixedPage.Width, fixedPage.
Height
);
Serialization\Manager\XpsOMFixedPageSerializer.cs (1)
167
Size fixedPageSize = new Size(fixedPage.Width, fixedPage.
Height
);
System.Windows.Controls.Ribbon (6)
Microsoft\Windows\Controls\Ribbon\RibbonDropDownHelper.cs (1)
121
double newHeight = itemsPresenter.
Height
+ verticalDelta;
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
2860
double oldHeight = itemsPresenter.
Height
;
Microsoft\Windows\Controls\Ribbon\RibbonMenuButton.cs (2)
1012
if (double.IsNaN(_itemsPresenter.Width) || double.IsNaN(_itemsPresenter.
Height
))
1018
double verticalDelta = newHeight - _itemsPresenter.
Height
;
Microsoft\Windows\Controls\Ribbon\RibbonMenuItem.cs (2)
1076
if (double.IsNaN(_itemsPresenter.Width) || double.IsNaN(_itemsPresenter.
Height
))
1082
double verticalDelta = newHeight - _itemsPresenter.
Height
;