115 references to Arrange
PresentationCore (7)
System\Windows\InterOp\HwndSource.cs (4)
1088rootUIElement.Arrange(new Rect(new Point(), rootUIElement.DesiredSize)); 1124rootUIElement.Arrange(new Rect(new Point(), sz)); 1501rootUIElement.Arrange(new Rect(new Point(), sz)); 1528rootUIElement.Arrange(new Rect(new Point(), sizeLogicalUnits));
System\Windows\LayoutManager.cs (1)
386currentElement.Arrange(finalRect);
System\Windows\Media\BitmapCacheBrush.cs (1)
280element.Arrange(new Rect(element.DesiredSize));
System\Windows\Media\VisualBrush.cs (1)
248element.Arrange(new Rect(element.DesiredSize));
PresentationFramework (73)
MS\Internal\Annotations\Component\AnnotationAdorner.cs (1)
152((UIElement)_annotationComponent).Arrange(new Rect(((UIElement)_annotationComponent).DesiredSize));
MS\Internal\Controls\InkCanvasInnerCanvas.cs (1)
175child.Arrange(new Rect(new Point(x, y), child.DesiredSize));
MS\Internal\Controls\TemplatedAdorner.cs (1)
171_child.Arrange(new Rect(new Point(), finalSize));
MS\Internal\Documents\DocumentGrid.cs (2)
1180background.Arrange(new Rect(new Point(0, 0), arrangeSize)); 1230uiPage.Arrange(new Rect(pageOffset, pageSize));
MS\Internal\Documents\DocumentGridPage.cs (1)
271_documentContainer.Arrange(new Rect(new Point(0.0, 0.0), arrangeSize));
MS\Internal\Documents\UIElementIsland.cs (1)
92_child.Arrange(new Rect(islandSize));
MS\Internal\Helper.cs (1)
550child.Arrange(new Rect(arrangeSize));
MS\Internal\PtsHost\TextParaClient.cs (2)
1277uiElement.Arrange(new Rect(uiElement.DesiredSize)); 1310uiElement.Arrange(new Rect(uiElement.DesiredSize));
MS\Internal\Text\ComplexLine.cs (1)
217inlineObject.Element.Arrange(new Rect(inlineObject.Element.DesiredSize));
System\Windows\Annotations\AnnotationDocumentPaginator.cs (2)
310decorator.Arrange(new Rect(decorator.DesiredSize)); 351decorator.Arrange(new Rect(decorator.DesiredSize));
System\Windows\Controls\AccessText.cs (1)
437TextBlock.Arrange(new Rect(arrangeSize));
System\Windows\Controls\AdornedElementPlaceholder.cs (1)
215child.Arrange(new Rect(arrangeBounds));
System\Windows\Controls\Border.cs (1)
278child.Arrange(childRect);
System\Windows\Controls\Canvas.cs (1)
335child.Arrange(new Rect(new Point(x, y), child.DesiredSize));
System\Windows\Controls\Control.cs (1)
732child.Arrange(new Rect(arrangeBounds));
System\Windows\Controls\DataGridCellsPanel.cs (2)
1437child.Arrange(new Rect()); 1542child.Arrange(rcChild);
System\Windows\Controls\Decorator.cs (1)
214child.Arrange(new Rect(arrangeSize));
System\Windows\Controls\DockPanel.cs (1)
322child.Arrange(rcChild);
System\Windows\Controls\Grid.cs (2)
677child.Arrange(new Rect(arrangeSize)); 714cell.Arrange(cellRect);
System\Windows\Controls\GridSplitter.cs (1)
453_decorator.Arrange(new Rect(new Point(), finalSize));
System\Windows\Controls\GridViewHeaderRowPresenter.cs (4)
361child.Arrange(rect); 390_paddingHeader.Arrange(rect); 396_floatingHeader.Arrange(new Rect(new Point(_currentPos.X - _relativeStartPos.X, 0), HeadersPositionList[_startColumnIndex].Size)); 399_indicator.Arrange(new Rect(pos, new Size(_indicator.DesiredSize.Width, arrangeSize.Height)));
System\Windows\Controls\GridViewRowPresenter.cs (1)
227child.Arrange(new Rect(accumulatedWidth, 0, childArrangeWidth, arrangeSize.Height));
System\Windows\Controls\InkCanvas.cs (1)
247_localAdornerDecorator.Arrange(new Rect(arrangeSize));
System\Windows\Controls\InkPresenter.cs (1)
220child.Arrange(new Rect(availableSize));
System\Windows\Controls\Page.cs (1)
626child.Arrange(new Rect(new Point(), arrangeBounds));
System\Windows\Controls\Primitives\BulletDecorator.cs (3)
286bullet.Arrange(new Rect(bullet.DesiredSize)); 303content.Arrange(new Rect(contentOffsetX, 0, contentSize.Width, contentSize.Height)); 312bullet.Arrange(new Rect(0, bulletOffsetY, bullet.DesiredSize.Width, bullet.DesiredSize.Height));
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (3)
157child.Arrange(childRect); 162_columnHeaderDragIndicator.Arrange(new Rect( 172_columnHeaderDropLocationIndicator.Arrange(new Rect(point, new Size(dropIndicatorWidth, _columnHeaderDropLocationIndicator.Height)));
System\Windows\Controls\Primitives\DocumentPageView.cs (3)
372_pageHost.Arrange(new Rect(_pageHost.CachedOffset, finalSize)); 437_pageHost.Arrange(new Rect(_pageHost.CachedOffset, _documentPage.Size)); 458_pageHost.Arrange(new Rect(_pageHost.CachedOffset, finalSize));
System\Windows\Controls\Primitives\PopupRoot.cs (1)
249_transformDecorator.Arrange(new Rect(arrangeSize));
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (2)
480_adornerLayer.Arrange(new Rect(arrangeSize)); 497child.Arrange(childRect);
System\Windows\Controls\Primitives\TabPanel.cs (2)
281child.Arrange(new Rect(childOffset.X, childOffset.Y, cellSize.Width, cellSize.Height)); 313child.Arrange(new Rect(0, childOffsetY, arrangeSize.Width, childSize.Height));
System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (1)
213child.Arrange(new Rect(x, y, child.DesiredSize.Width, lineHeight));
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
323child.Arrange(rcChild);
System\Windows\Controls\Primitives\Track.cs (6)
522IncreaseRepeatButton.Arrange(new Rect(offset, pieceSize)); 529DecreaseRepeatButton.Arrange(new Rect(offset, pieceSize)); 536Thumb.Arrange(new Rect(offset, pieceSize)); 553DecreaseRepeatButton.Arrange(new Rect(offset, pieceSize)); 560IncreaseRepeatButton.Arrange(new Rect(offset, pieceSize)); 567Thumb.Arrange(new Rect(offset, pieceSize));
System\Windows\Controls\Primitives\UniformGrid.cs (1)
219child.Arrange(childBounds);
System\Windows\Controls\Stack.cs (1)
771child.Arrange(rcChild);
System\Windows\Controls\ToolBarTray.cs (1)
443toolBar.Arrange(rcChild);
System\Windows\Controls\ViewBox.cs (1)
354child.Arrange(new Rect(new Point(), child.DesiredSize));
System\Windows\Controls\VirtualizingStackPanel.cs (3)
8550child.Arrange(rcChild); 8585child.Arrange(rcChild); 8723child.Arrange(rcChild);
System\Windows\Controls\WrapPanel.cs (1)
353child.Arrange(new Rect(
System\Windows\Documents\AdornerDecorator.cs (1)
146_adornerLayer.Arrange(new Rect(finalSize));
System\Windows\Documents\AdornerLayer.cs (1)
470adornerInfo.Adorner.Arrange(new Rect(new Point(), adornerInfo.Adorner.DesiredSize));
System\windows\Documents\CaretElement.cs (1)
199_caretElement.Arrange(new Rect(point, availableSize));
System\Windows\Documents\DocumentSequence.cs (1)
1145e.Arrange(new Rect(base.Size));
System\Windows\Documents\FixedDocument.cs (2)
356page.Arrange(new Rect(new Point(), fixedSize)); 1424e.Arrange(new Rect(base.Size));
System\Windows\Documents\FixedPage.cs (1)
812child.Arrange(new Rect(new Point(x, y), child.DesiredSize));
System\Windows\Documents\FixedTextBuilder.cs (1)
212page.Arrange(new Rect(new Point(0, 0), pageSize));
System\Windows\Input\KeyboardNavigation.cs (1)
631((UIElement)GetVisualChild(0)).Arrange(new Rect(new Point(), finalSize));
System\Windows\Window.cs (1)
1837child.Arrange(new Rect(childArrangeBounds));
PresentationFramework.Aero (3)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
460child.Arrange(childArrangeRect);
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
297Child.Arrange(childArrangeRect);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
236child.Arrange(new Rect(padding.Left, padding.Top, childWidth, childHeight));
PresentationFramework.Aero2 (3)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
460child.Arrange(childArrangeRect);
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
297Child.Arrange(childArrangeRect);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
236child.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)
236child.Arrange(new Rect(padding.Left, padding.Top, childWidth, childHeight));
PresentationFramework.Classic (2)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
736child.Arrange(childArrangeRect);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
236child.Arrange(new Rect(padding.Left, padding.Top, childWidth, childHeight));
PresentationFramework.Luna (2)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
375child.Arrange(childArrangeRect);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
236child.Arrange(new Rect(padding.Left, padding.Top, childWidth, childHeight));
PresentationFramework.Royale (2)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
333child.Arrange(childArrangeRect);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
236child.Arrange(new Rect(padding.Left, padding.Top, childWidth, childHeight));
PresentationUI (1)
MS\Internal\Documents\DocumentApplicationDocumentViewer.cs (1)
2536canvas.Arrange(new Rect(size));
ReachFramework (2)
AlphaFlattener\Utility.cs (1)
1597uiElement.Arrange(new Rect(uiElement.DesiredSize));
Serialization\Manager\ReachSerializationUtils.cs (1)
1167uiElement.Arrange(new Rect(new Point(), newSize));
System.Windows.Controls.Ribbon (19)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
84_keyTipControl.Arrange(new Rect(_keyTipControl.DesiredSize));
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonContextualTabGroupsPanel.cs (1)
118tabGroupHeader.Arrange(new Rect(startX, y, width, Math.Max(0.0, height - 1)));
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (1)
609child.Arrange(rcChild);
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryItemsPanel.cs (1)
587children[j].Arrange(new Rect(rowStartWidth, rowStartHeight, arrangeWidth, maxRowHeight));
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (2)
84child.Arrange(new Rect(currentX, 0, columnWidth, childDesiredSize.Height)); 108child.Arrange(new Rect(currentX, (finalSize.Height - remainingHeightInColumn), arrangeWidth, childDesiredSize.Height));
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonMenuItemsPanel.cs (2)
231child.Arrange(new Rect(0, startY, finalSize.Width, availableHeight)); 236child.Arrange(new Rect(0.0, startY, finalSize.Width, child.DesiredSize.Height));
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarOverflowPanel.cs (1)
56child.Arrange(rcChild);
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (1)
293child.Arrange(rcChild);
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (2)
697child.Arrange(new Rect(childX - HorizontalOffset, arrangeSize.Height - child.DesiredSize.Height, child.DesiredSize.Width, child.DesiredSize.Height)); 738child.Arrange(new Rect(childX - HorizontalOffset, arrangeSize.Height - child.DesiredSize.Height, child.DesiredSize.Width, child.DesiredSize.Height));
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabsPanel.cs (1)
61children[i].Arrange(new Rect(0, 0, finalSize.Width, finalSize.Height));
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTitlePanel.cs (3)
194tabGroups.Arrange(new Rect(startContextualTabX, finalSize.Height - tabGroups.DesiredSize.Height, tabGroups.DesiredSize.Width, tabGroups.DesiredSize.Height)); 203qat.Arrange(new Rect(0, 0.0, qatDesiredWidth, qat.DesiredSize.Height)); 229titleHost.Arrange(new Rect(x, 0.0, width, height));
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (3)
361_textBlock1.Arrange(new Rect(bufferedSize)); 400_textBlock1.Arrange(new Rect(_textBlock1.DesiredSize)); 428_textBlock1.Arrange(new Rect(_textBlock1.DesiredSize));