115 references to Arrange
PresentationCore (7)
System\Windows\InterOp\HwndSource.cs (4)
1065rootUIElement.Arrange(new Rect(new Point(), rootUIElement.DesiredSize)); 1101rootUIElement.Arrange(new Rect(new Point(), sz)); 1478rootUIElement.Arrange(new Rect(new Point(), sz)); 1505rootUIElement.Arrange(new Rect(new Point(), sizeLogicalUnits));
System\Windows\LayoutManager.cs (1)
369currentElement.Arrange(finalRect);
System\Windows\Media\BitmapCacheBrush.cs (1)
265element.Arrange(new Rect(element.DesiredSize));
System\Windows\Media\VisualBrush.cs (1)
232element.Arrange(new Rect(element.DesiredSize));
PresentationFramework (73)
MS\Internal\Annotations\Component\AnnotationAdorner.cs (1)
148((UIElement)_annotationComponent).Arrange(new Rect(((UIElement)_annotationComponent).DesiredSize));
MS\Internal\Controls\InkCanvasInnerCanvas.cs (1)
171child.Arrange(new Rect(new Point(x, y), child.DesiredSize));
MS\Internal\Controls\TemplatedAdorner.cs (1)
162_child?.Arrange(new Rect(new Point(), finalSize));
MS\Internal\Documents\DocumentGrid.cs (2)
1172background.Arrange(new Rect(new Point(0, 0), arrangeSize)); 1222uiPage.Arrange(new Rect(pageOffset, pageSize));
MS\Internal\Documents\DocumentGridPage.cs (1)
257_documentContainer.Arrange(new Rect(new Point(0.0, 0.0), arrangeSize));
MS\Internal\Documents\UIElementIsland.cs (1)
89_child.Arrange(new Rect(islandSize));
MS\Internal\Helper.cs (1)
538child?.Arrange(new Rect(arrangeSize));
MS\Internal\PtsHost\TextParaClient.cs (2)
1270uiElement.Arrange(new Rect(uiElement.DesiredSize)); 1303uiElement.Arrange(new Rect(uiElement.DesiredSize));
MS\Internal\Text\ComplexLine.cs (1)
211inlineObject.Element.Arrange(new Rect(inlineObject.Element.DesiredSize));
System\Windows\Annotations\AnnotationDocumentPaginator.cs (2)
308decorator.Arrange(new Rect(decorator.DesiredSize)); 349decorator.Arrange(new Rect(decorator.DesiredSize));
System\Windows\Controls\AccessText.cs (1)
434TextBlock.Arrange(new Rect(arrangeSize));
System\Windows\Controls\AdornedElementPlaceholder.cs (1)
205child?.Arrange(new Rect(arrangeBounds));
System\Windows\Controls\Border.cs (1)
273child.Arrange(childRect);
System\Windows\Controls\Canvas.cs (1)
324child.Arrange(new Rect(new Point(x, y), child.DesiredSize));
System\Windows\Controls\Control.cs (1)
717child?.Arrange(new Rect(arrangeBounds));
System\Windows\Controls\DataGridCellsPanel.cs (2)
1427child.Arrange(new Rect()); 1532child.Arrange(rcChild);
System\Windows\Controls\Decorator.cs (1)
206child?.Arrange(new Rect(arrangeSize));
System\Windows\Controls\DockPanel.cs (1)
312child.Arrange(rcChild);
System\Windows\Controls\Grid.cs (2)
663child?.Arrange(new Rect(arrangeSize)); 699cell.Arrange(cellRect);
System\Windows\Controls\GridSplitter.cs (1)
450_decorator.Arrange(new Rect(new Point(), finalSize));
System\Windows\Controls\GridViewHeaderRowPresenter.cs (4)
357child.Arrange(rect); 386_paddingHeader.Arrange(rect); 392_floatingHeader.Arrange(new Rect(new Point(_currentPos.X - _relativeStartPos.X, 0), HeadersPositionList[_startColumnIndex].Size)); 395_indicator.Arrange(new Rect(pos, new Size(_indicator.DesiredSize.Width, arrangeSize.Height)));
System\Windows\Controls\GridViewRowPresenter.cs (1)
222child.Arrange(new Rect(accumulatedWidth, 0, childArrangeWidth, arrangeSize.Height));
System\Windows\Controls\InkCanvas.cs (1)
244_localAdornerDecorator.Arrange(new Rect(arrangeSize));
System\Windows\Controls\InkPresenter.cs (1)
210child?.Arrange(new Rect(availableSize));
System\Windows\Controls\Page.cs (1)
603child?.Arrange(new Rect(new Point(), arrangeBounds));
System\Windows\Controls\Primitives\BulletDecorator.cs (3)
279bullet.Arrange(new Rect(bullet.DesiredSize)); 296content.Arrange(new Rect(contentOffsetX, 0, contentSize.Width, contentSize.Height)); 305bullet.Arrange(new Rect(0, bulletOffsetY, bullet.DesiredSize.Width, bullet.DesiredSize.Height));
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (3)
151child.Arrange(childRect); 156_columnHeaderDragIndicator.Arrange(new Rect( 166_columnHeaderDropLocationIndicator.Arrange(new Rect(point, new Size(dropIndicatorWidth, _columnHeaderDropLocationIndicator.Height)));
System\Windows\Controls\Primitives\DocumentPageView.cs (3)
371_pageHost.Arrange(new Rect(_pageHost.CachedOffset, finalSize)); 436_pageHost.Arrange(new Rect(_pageHost.CachedOffset, _documentPage.Size)); 457_pageHost.Arrange(new Rect(_pageHost.CachedOffset, finalSize));
System\Windows\Controls\Primitives\PopupRoot.cs (1)
239_transformDecorator.Arrange(new Rect(arrangeSize));
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (2)
469_adornerLayer.Arrange(new Rect(arrangeSize)); 486child.Arrange(childRect);
System\Windows\Controls\Primitives\TabPanel.cs (2)
274child.Arrange(new Rect(childOffset.X, childOffset.Y, cellSize.Width, cellSize.Height)); 306child.Arrange(new Rect(0, childOffsetY, arrangeSize.Width, childSize.Height));
System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (1)
202child.Arrange(new Rect(x, y, child.DesiredSize.Width, lineHeight));
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
310child.Arrange(rcChild);
System\Windows\Controls\Primitives\Track.cs (6)
501IncreaseRepeatButton?.Arrange(new Rect(offset, pieceSize)); 507DecreaseRepeatButton?.Arrange(new Rect(offset, pieceSize)); 513Thumb?.Arrange(new Rect(offset, pieceSize)); 529DecreaseRepeatButton?.Arrange(new Rect(offset, pieceSize)); 535IncreaseRepeatButton?.Arrange(new Rect(offset, pieceSize)); 541Thumb?.Arrange(new Rect(offset, pieceSize));
System\Windows\Controls\Primitives\UniformGrid.cs (1)
210child.Arrange(childBounds);
System\Windows\Controls\Stack.cs (1)
760child.Arrange(rcChild);
System\Windows\Controls\ToolBarTray.cs (1)
434toolBar.Arrange(rcChild);
System\Windows\Controls\ViewBox.cs (1)
347child.Arrange(new Rect(new Point(), child.DesiredSize));
System\Windows\Controls\VirtualizingStackPanel.cs (3)
8523child.Arrange(rcChild); 8558child.Arrange(rcChild); 8696child.Arrange(rcChild);
System\Windows\Controls\WrapPanel.cs (1)
342child.Arrange(new Rect(
System\Windows\Documents\AdornerDecorator.cs (1)
141_adornerLayer.Arrange(new Rect(finalSize));
System\Windows\Documents\AdornerLayer.cs (1)
465adornerInfo.Adorner.Arrange(new Rect(new Point(), adornerInfo.Adorner.DesiredSize));
System\windows\Documents\CaretElement.cs (1)
194_caretElement.Arrange(new Rect(point, availableSize));
System\Windows\Documents\DocumentSequence.cs (1)
1128e.Arrange(new Rect(base.Size));
System\Windows\Documents\FixedDocument.cs (2)
344page.Arrange(new Rect(new Point(), fixedSize)); 1411e.Arrange(new Rect(base.Size));
System\Windows\Documents\FixedPage.cs (1)
805child.Arrange(new Rect(new Point(x, y), child.DesiredSize));
System\Windows\Documents\FixedTextBuilder.cs (1)
195page.Arrange(new Rect(new Point(0, 0), pageSize));
System\Windows\Input\KeyboardNavigation.cs (1)
624((UIElement)GetVisualChild(0)).Arrange(new Rect(new Point(), finalSize));
System\Windows\Window.cs (1)
1883child.Arrange(new Rect(childArrangeBounds));
PresentationFramework.Aero (3)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
459child?.Arrange(childArrangeRect);
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
290Child?.Arrange(childArrangeRect);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
235child.Arrange(new Rect(padding.Left, padding.Top, childWidth, childHeight));
PresentationFramework.Aero2 (3)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
459child?.Arrange(childArrangeRect);
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
290Child?.Arrange(childArrangeRect);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
235child.Arrange(new Rect(padding.Left, padding.Top, childWidth, childHeight));
PresentationFramework.AeroLite (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
235child.Arrange(new Rect(padding.Left, padding.Top, childWidth, childHeight));
PresentationFramework.Classic (2)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
734child.Arrange(childArrangeRect);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
235child.Arrange(new Rect(padding.Left, padding.Top, childWidth, childHeight));
PresentationFramework.Luna (2)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
370child?.Arrange(childArrangeRect);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
235child.Arrange(new Rect(padding.Left, padding.Top, childWidth, childHeight));
PresentationFramework.Royale (2)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
328child?.Arrange(childArrangeRect);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
235child.Arrange(new Rect(padding.Left, padding.Top, childWidth, childHeight));
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2526canvas.Arrange(new Rect(size));
ReachFramework (2)
AlphaFlattener\Utility.cs (1)
1580uiElement.Arrange(new Rect(uiElement.DesiredSize));
Serialization\Manager\ReachSerializationUtils.cs (1)
1151uiElement.Arrange(new Rect(new Point(), newSize));
System.Windows.Controls.Ribbon (19)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
78_keyTipControl?.Arrange(new Rect(_keyTipControl.DesiredSize));
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonContextualTabGroupsPanel.cs (1)
109tabGroupHeader.Arrange(new Rect(startX, y, width, Math.Max(0.0, height - 1)));
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (1)
603child.Arrange(rcChild);
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryItemsPanel.cs (1)
581children[j].Arrange(new Rect(rowStartWidth, rowStartHeight, arrangeWidth, maxRowHeight));
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (2)
81child.Arrange(new Rect(currentX, 0, columnWidth, childDesiredSize.Height)); 105child.Arrange(new Rect(currentX, (finalSize.Height - remainingHeightInColumn), arrangeWidth, childDesiredSize.Height));
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonMenuItemsPanel.cs (2)
226child.Arrange(new Rect(0, startY, finalSize.Width, availableHeight)); 231child.Arrange(new Rect(0.0, startY, finalSize.Width, child.DesiredSize.Height));
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarOverflowPanel.cs (1)
51child.Arrange(rcChild);
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (1)
283child.Arrange(rcChild);
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (2)
693child.Arrange(new Rect(childX - HorizontalOffset, arrangeSize.Height - child.DesiredSize.Height, child.DesiredSize.Width, child.DesiredSize.Height)); 734child.Arrange(new Rect(childX - HorizontalOffset, arrangeSize.Height - child.DesiredSize.Height, child.DesiredSize.Width, child.DesiredSize.Height));
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabsPanel.cs (1)
56children[i].Arrange(new Rect(0, 0, finalSize.Width, finalSize.Height));
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTitlePanel.cs (3)
189tabGroups.Arrange(new Rect(startContextualTabX, finalSize.Height - tabGroups.DesiredSize.Height, tabGroups.DesiredSize.Width, tabGroups.DesiredSize.Height)); 198qat.Arrange(new Rect(0, 0.0, qatDesiredWidth, qat.DesiredSize.Height)); 224titleHost.Arrange(new Rect(x, 0.0, width, height));
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (3)
357_textBlock1.Arrange(new Rect(bufferedSize)); 396_textBlock1.Arrange(new Rect(_textBlock1.DesiredSize)); 424_textBlock1.Arrange(new Rect(_textBlock1.DesiredSize));