115 references to Arrange
PresentationCore (7)
System\Windows\InterOp\HwndSource.cs (4)
1060rootUIElement.Arrange(new Rect(new Point(), rootUIElement.DesiredSize)); 1096rootUIElement.Arrange(new Rect(new Point(), sz)); 1473rootUIElement.Arrange(new Rect(new Point(), sz)); 1500rootUIElement.Arrange(new Rect(new Point(), sizeLogicalUnits));
System\Windows\LayoutManager.cs (1)
370currentElement.Arrange(finalRect);
System\Windows\Media\BitmapCacheBrush.cs (1)
272element.Arrange(new Rect(element.DesiredSize));
System\Windows\Media\VisualBrush.cs (1)
239element.Arrange(new Rect(element.DesiredSize));
PresentationFramework (73)
MS\Internal\Annotations\Component\AnnotationAdorner.cs (1)
149((UIElement)_annotationComponent).Arrange(new Rect(((UIElement)_annotationComponent).DesiredSize));
MS\Internal\Controls\InkCanvasInnerCanvas.cs (1)
172child.Arrange(new Rect(new Point(x, y), child.DesiredSize));
MS\Internal\Controls\TemplatedAdorner.cs (1)
164_child.Arrange(new Rect(new Point(), finalSize));
MS\Internal\Documents\DocumentGrid.cs (2)
1173background.Arrange(new Rect(new Point(0, 0), arrangeSize)); 1223uiPage.Arrange(new Rect(pageOffset, pageSize));
MS\Internal\Documents\DocumentGridPage.cs (1)
258_documentContainer.Arrange(new Rect(new Point(0.0, 0.0), arrangeSize));
MS\Internal\Documents\UIElementIsland.cs (1)
90_child.Arrange(new Rect(islandSize));
MS\Internal\Helper.cs (1)
541child.Arrange(new Rect(arrangeSize));
MS\Internal\PtsHost\TextParaClient.cs (2)
1271uiElement.Arrange(new Rect(uiElement.DesiredSize)); 1304uiElement.Arrange(new Rect(uiElement.DesiredSize));
MS\Internal\Text\ComplexLine.cs (1)
212inlineObject.Element.Arrange(new Rect(inlineObject.Element.DesiredSize));
System\Windows\Annotations\AnnotationDocumentPaginator.cs (2)
305decorator.Arrange(new Rect(decorator.DesiredSize)); 346decorator.Arrange(new Rect(decorator.DesiredSize));
System\Windows\Controls\AccessText.cs (1)
435TextBlock.Arrange(new Rect(arrangeSize));
System\Windows\Controls\AdornedElementPlaceholder.cs (1)
208child.Arrange(new Rect(arrangeBounds));
System\Windows\Controls\Border.cs (1)
274child.Arrange(childRect);
System\Windows\Controls\Canvas.cs (1)
326child.Arrange(new Rect(new Point(x, y), child.DesiredSize));
System\Windows\Controls\Control.cs (1)
723child.Arrange(new Rect(arrangeBounds));
System\Windows\Controls\DataGridCellsPanel.cs (2)
1433child.Arrange(new Rect()); 1538child.Arrange(rcChild);
System\Windows\Controls\Decorator.cs (1)
209child.Arrange(new Rect(arrangeSize));
System\Windows\Controls\DockPanel.cs (1)
316child.Arrange(rcChild);
System\Windows\Controls\Grid.cs (2)
668child.Arrange(new Rect(arrangeSize)); 705cell.Arrange(cellRect);
System\Windows\Controls\GridSplitter.cs (1)
447_decorator.Arrange(new Rect(new Point(), finalSize));
System\Windows\Controls\GridViewHeaderRowPresenter.cs (4)
358child.Arrange(rect); 387_paddingHeader.Arrange(rect); 393_floatingHeader.Arrange(new Rect(new Point(_currentPos.X - _relativeStartPos.X, 0), HeadersPositionList[_startColumnIndex].Size)); 396_indicator.Arrange(new Rect(pos, new Size(_indicator.DesiredSize.Width, arrangeSize.Height)));
System\Windows\Controls\GridViewRowPresenter.cs (1)
223child.Arrange(new Rect(accumulatedWidth, 0, childArrangeWidth, arrangeSize.Height));
System\Windows\Controls\InkCanvas.cs (1)
235_localAdornerDecorator.Arrange(new Rect(arrangeSize));
System\Windows\Controls\InkPresenter.cs (1)
213child.Arrange(new Rect(availableSize));
System\Windows\Controls\Page.cs (1)
619child.Arrange(new Rect(new Point(), arrangeBounds));
System\Windows\Controls\Primitives\BulletDecorator.cs (3)
280bullet.Arrange(new Rect(bullet.DesiredSize)); 297content.Arrange(new Rect(contentOffsetX, 0, contentSize.Width, contentSize.Height)); 306bullet.Arrange(new Rect(0, bulletOffsetY, bullet.DesiredSize.Width, bullet.DesiredSize.Height));
System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (3)
152child.Arrange(childRect); 157_columnHeaderDragIndicator.Arrange(new Rect( 167_columnHeaderDropLocationIndicator.Arrange(new Rect(point, new Size(dropIndicatorWidth, _columnHeaderDropLocationIndicator.Height)));
System\Windows\Controls\Primitives\DocumentPageView.cs (3)
368_pageHost.Arrange(new Rect(_pageHost.CachedOffset, finalSize)); 433_pageHost.Arrange(new Rect(_pageHost.CachedOffset, _documentPage.Size)); 454_pageHost.Arrange(new Rect(_pageHost.CachedOffset, finalSize));
System\Windows\Controls\Primitives\PopupRoot.cs (1)
240_transformDecorator.Arrange(new Rect(arrangeSize));
System\Windows\Controls\Primitives\ScrollContentPresenter.cs (2)
470_adornerLayer.Arrange(new Rect(arrangeSize)); 487child.Arrange(childRect);
System\Windows\Controls\Primitives\TabPanel.cs (2)
273child.Arrange(new Rect(childOffset.X, childOffset.Y, cellSize.Width, cellSize.Height)); 305child.Arrange(new Rect(0, childOffsetY, arrangeSize.Width, childSize.Height));
System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (1)
203child.Arrange(new Rect(x, y, child.DesiredSize.Width, lineHeight));
System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
314child.Arrange(rcChild);
System\Windows\Controls\Primitives\Track.cs (6)
511IncreaseRepeatButton.Arrange(new Rect(offset, pieceSize)); 518DecreaseRepeatButton.Arrange(new Rect(offset, pieceSize)); 525Thumb.Arrange(new Rect(offset, pieceSize)); 542DecreaseRepeatButton.Arrange(new Rect(offset, pieceSize)); 549IncreaseRepeatButton.Arrange(new Rect(offset, pieceSize)); 556Thumb.Arrange(new Rect(offset, pieceSize));
System\Windows\Controls\Primitives\UniformGrid.cs (1)
211child.Arrange(childBounds);
System\Windows\Controls\Stack.cs (1)
765child.Arrange(rcChild);
System\Windows\Controls\ToolBarTray.cs (1)
435toolBar.Arrange(rcChild);
System\Windows\Controls\ViewBox.cs (1)
348child.Arrange(new Rect(new Point(), child.DesiredSize));
System\Windows\Controls\VirtualizingStackPanel.cs (3)
8545child.Arrange(rcChild); 8580child.Arrange(rcChild); 8718child.Arrange(rcChild);
System\Windows\Controls\WrapPanel.cs (1)
343child.Arrange(new Rect(
System\Windows\Documents\AdornerDecorator.cs (1)
142_adornerLayer.Arrange(new Rect(finalSize));
System\Windows\Documents\AdornerLayer.cs (1)
466adornerInfo.Adorner.Arrange(new Rect(new Point(), adornerInfo.Adorner.DesiredSize));
System\windows\Documents\CaretElement.cs (1)
196_caretElement.Arrange(new Rect(point, availableSize));
System\Windows\Documents\DocumentSequence.cs (1)
1141e.Arrange(new Rect(base.Size));
System\Windows\Documents\FixedDocument.cs (2)
345page.Arrange(new Rect(new Point(), fixedSize)); 1413e.Arrange(new Rect(base.Size));
System\Windows\Documents\FixedPage.cs (1)
804child.Arrange(new Rect(new Point(x, y), child.DesiredSize));
System\Windows\Documents\FixedTextBuilder.cs (1)
196page.Arrange(new Rect(new Point(0, 0), pageSize));
System\Windows\Input\KeyboardNavigation.cs (1)
621((UIElement)GetVisualChild(0)).Arrange(new Rect(new Point(), finalSize));
System\Windows\Window.cs (1)
1896child.Arrange(new Rect(childArrangeBounds));
PresentationFramework.Aero (3)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
451child.Arrange(childArrangeRect);
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
291Child.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)
451child.Arrange(childArrangeRect);
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
291Child.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)
733child.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)
372child.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)
330child.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)
2527canvas.Arrange(new Rect(size));
ReachFramework (2)
AlphaFlattener\Utility.cs (1)
1580uiElement.Arrange(new Rect(uiElement.DesiredSize));
Serialization\Manager\ReachSerializationUtils.cs (1)
1157uiElement.Arrange(new Rect(new Point(), newSize));
System.Windows.Controls.Ribbon (19)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
81_keyTipControl.Arrange(new Rect(_keyTipControl.DesiredSize));
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonContextualTabGroupsPanel.cs (1)
113tabGroupHeader.Arrange(new Rect(startX, y, width, Math.Max(0.0, height - 1)));
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryCategoriesPanel.cs (1)
604child.Arrange(rcChild);
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGalleryItemsPanel.cs (1)
582children[j].Arrange(new Rect(rowStartWidth, rowStartHeight, arrangeWidth, maxRowHeight));
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonGroupItemsPanel.cs (2)
82child.Arrange(new Rect(currentX, 0, columnWidth, childDesiredSize.Height)); 106child.Arrange(new Rect(currentX, (finalSize.Height - remainingHeightInColumn), arrangeWidth, childDesiredSize.Height));
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonMenuItemsPanel.cs (2)
227child.Arrange(new Rect(0, startY, finalSize.Width, availableHeight)); 232child.Arrange(new Rect(0.0, startY, finalSize.Width, child.DesiredSize.Height));
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarOverflowPanel.cs (1)
52child.Arrange(rcChild);
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonQuickAccessToolBarPanel.cs (1)
287child.Arrange(rcChild);
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabHeadersPanel.cs (2)
694child.Arrange(new Rect(childX - HorizontalOffset, arrangeSize.Height - child.DesiredSize.Height, child.DesiredSize.Width, child.DesiredSize.Height)); 735child.Arrange(new Rect(childX - HorizontalOffset, arrangeSize.Height - child.DesiredSize.Height, child.DesiredSize.Width, child.DesiredSize.Height));
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTabsPanel.cs (1)
57children[i].Arrange(new Rect(0, 0, finalSize.Width, finalSize.Height));
Microsoft\Windows\Controls\Ribbon\Primitives\RibbonTitlePanel.cs (3)
190tabGroups.Arrange(new Rect(startContextualTabX, finalSize.Height - tabGroups.DesiredSize.Height, tabGroups.DesiredSize.Width, tabGroups.DesiredSize.Height)); 199qat.Arrange(new Rect(0, 0.0, qatDesiredWidth, qat.DesiredSize.Height)); 225titleHost.Arrange(new Rect(x, 0.0, width, height));
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (3)
358_textBlock1.Arrange(new Rect(bufferedSize)); 397_textBlock1.Arrange(new Rect(_textBlock1.DesiredSize)); 425_textBlock1.Arrange(new Rect(_textBlock1.DesiredSize));