100 references to Arrange
PresentationCore (7)
Core\CSharp\System\Windows\Interop\HwndSource.cs (4)
1279rootUIElement.Arrange(new Rect(new Point(), rootUIElement.DesiredSize)); 1315rootUIElement.Arrange(new Rect(new Point(), sz)); 1721rootUIElement.Arrange(new Rect(new Point(), sz)); 1754rootUIElement.Arrange(new Rect(new Point(), sizeLogicalUnits));
Core\CSharp\System\Windows\LayoutManager.cs (1)
389currentElement.Arrange(finalRect);
Core\CSharp\System\Windows\Media\BitmapCacheBrush.cs (1)
283element.Arrange(new Rect(element.DesiredSize));
Core\CSharp\System\Windows\Media\VisualBrush.cs (1)
251element.Arrange(new Rect(element.DesiredSize));
PresentationFramework (75)
src\Framework\MS\Internal\Annotations\Component\AnnotationAdorner.cs (1)
158((UIElement)_annotationComponent).Arrange(new Rect(((UIElement)_annotationComponent).DesiredSize));
src\Framework\MS\Internal\Controls\InkCanvasInnerCanvas.cs (1)
183child.Arrange(new Rect(new Point(x, y), child.DesiredSize));
src\Framework\MS\Internal\Controls\TemplatedAdorner.cs (1)
174_child.Arrange(new Rect(new Point(), finalSize));
src\Framework\MS\Internal\Documents\DocumentGrid.cs (2)
1204background.Arrange(new Rect(new Point(0, 0), arrangeSize)); 1254uiPage.Arrange(new Rect(pageOffset, pageSize));
src\Framework\MS\Internal\Documents\DocumentGridPage.cs (3)
292_pageBorder.Arrange(new Rect(new Point(0.0,0.0), arrangeSize)); 299_dropShadowRight.Arrange( 306_dropShadowBottom.Arrange(
src\Framework\MS\Internal\Documents\UIElementIsland.cs (1)
94_child.Arrange(new Rect(islandSize));
src\Framework\MS\Internal\Helper.cs (1)
564child.Arrange(new Rect(arrangeSize));
src\Framework\MS\Internal\PtsHost\TextParaClient.cs (2)
1455uiElement.Arrange(new Rect(uiElement.DesiredSize)); 1488uiElement.Arrange(new Rect(uiElement.DesiredSize));
src\Framework\MS\Internal\Text\ComplexLine.cs (1)
220inlineObject.Element.Arrange(new Rect(inlineObject.Element.DesiredSize));
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (2)
320decorator.Arrange(new Rect(decorator.DesiredSize)); 361decorator.Arrange(new Rect(decorator.DesiredSize));
src\Framework\System\Windows\Controls\AccessText.cs (1)
437TextBlock.Arrange(new Rect(arrangeSize));
src\Framework\System\Windows\Controls\AdornedElementPlaceholder.cs (1)
221child.Arrange(new Rect(arrangeBounds));
src\Framework\System\Windows\Controls\Border.cs (1)
285child.Arrange(childRect);
src\Framework\System\Windows\Controls\Canvas.cs (1)
341child.Arrange(new Rect(new Point(x, y), child.DesiredSize));
src\Framework\System\Windows\Controls\Control.cs (1)
733child.Arrange(new Rect(arrangeBounds));
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (2)
1439child.Arrange(new Rect()); 1544child.Arrange(rcChild);
src\Framework\System\Windows\Controls\Decorator.cs (1)
219child.Arrange(new Rect(arrangeSize));
src\Framework\System\Windows\Controls\DockPanel.cs (1)
328child.Arrange(rcChild);
src\Framework\System\Windows\Controls\Grid.cs (2)
740child.Arrange(new Rect(arrangeSize)); 777cell.Arrange(cellRect);
src\Framework\System\Windows\Controls\GridSplitter.cs (1)
455_decorator.Arrange(new Rect(new Point(), finalSize));
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (4)
363child.Arrange(rect); 392_paddingHeader.Arrange(rect); 398_floatingHeader.Arrange(new Rect(new Point(_currentPos.X - _relativeStartPos.X, 0), HeadersPositionList[_startColumnIndex].Size)); 401_indicator.Arrange(new Rect(pos, new Size(_indicator.DesiredSize.Width, arrangeSize.Height)));
src\Framework\System\Windows\Controls\GridViewRowPresenter.cs (1)
229child.Arrange(new Rect(accumulatedWidth, 0, childArrangeWidth, arrangeSize.Height));
src\Framework\System\Windows\Controls\InkCanvas.cs (1)
259_localAdornerDecorator.Arrange(new Rect(arrangeSize));
src\Framework\System\Windows\Controls\InkPresenter.cs (1)
228child.Arrange(new Rect(availableSize));
src\Framework\System\Windows\Controls\Page.cs (1)
634child.Arrange(new Rect(new Point(), arrangeBounds));
src\Framework\System\Windows\Controls\Primitives\BulletDecorator.cs (3)
287bullet.Arrange(new Rect(bullet.DesiredSize)); 304content.Arrange(new Rect(contentOffsetX, 0, contentSize.Width, contentSize.Height)); 313bullet.Arrange(new Rect(0, bulletOffsetY, bullet.DesiredSize.Width, bullet.DesiredSize.Height));
src\Framework\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)));
src\Framework\System\Windows\Controls\Primitives\DocumentPageView.cs (3)
374_pageHost.Arrange(new Rect(_pageHost.CachedOffset, finalSize)); 439_pageHost.Arrange(new Rect(_pageHost.CachedOffset, _documentPage.Size)); 461_pageHost.Arrange(new Rect(_pageHost.CachedOffset, finalSize));
src\Framework\System\Windows\Controls\Primitives\PopupRoot.cs (1)
246_transformDecorator.Arrange(new Rect(arrangeSize));
src\Framework\System\Windows\Controls\Primitives\ScrollContentPresenter.cs (2)
486_adornerLayer.Arrange(new Rect(arrangeSize)); 503child.Arrange(childRect);
src\Framework\System\Windows\Controls\Primitives\TabPanel.cs (2)
282child.Arrange(new Rect(childOffset.X, childOffset.Y, cellSize.Width, cellSize.Height)); 314child.Arrange(new Rect(0, childOffsetY, arrangeSize.Width, childSize.Height));
src\Framework\System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (1)
214child.Arrange(new Rect(x, y, child.DesiredSize.Width, lineHeight));
src\Framework\System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
324child.Arrange(rcChild);
src\Framework\System\Windows\Controls\Primitives\Track.cs (6)
524IncreaseRepeatButton.Arrange(new Rect(offset, pieceSize)); 531DecreaseRepeatButton.Arrange(new Rect(offset, pieceSize)); 538Thumb.Arrange(new Rect(offset, pieceSize)); 555DecreaseRepeatButton.Arrange(new Rect(offset, pieceSize)); 562IncreaseRepeatButton.Arrange(new Rect(offset, pieceSize)); 569Thumb.Arrange(new Rect(offset, pieceSize));
src\Framework\System\Windows\Controls\Primitives\UniformGrid.cs (1)
227child.Arrange(childBounds);
src\Framework\System\Windows\Controls\Stack.cs (1)
777child.Arrange(rcChild);
src\Framework\System\Windows\Controls\ToolBarTray.cs (1)
454toolBar.Arrange(rcChild);
src\Framework\System\Windows\Controls\ViewBox.cs (1)
363child.Arrange(new Rect(new Point(), child.DesiredSize));
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (3)
8392child.Arrange(rcChild); 8427child.Arrange(rcChild); 8565child.Arrange(rcChild);
src\Framework\System\Windows\Controls\WrapPanel.cs (1)
355child.Arrange(new Rect(
src\Framework\System\Windows\Documents\AdornerDecorator.cs (1)
151_adornerLayer.Arrange(new Rect(finalSize));
src\Framework\System\Windows\Documents\AdornerLayer.cs (1)
483adornerInfo.Adorner.Arrange(new Rect(new Point(), adornerInfo.Adorner.DesiredSize));
src\Framework\System\windows\Documents\CaretElement.cs (1)
202_caretElement.Arrange(new Rect(point, availableSize));
src\Framework\System\Windows\Documents\DocumentSequence.cs (1)
1174e.Arrange(new Rect(base.Size));
src\Framework\System\Windows\Documents\FixedDocument.cs (2)
370page.Arrange(new Rect(new Point(), fixedSize)); 1466e.Arrange(new Rect(base.Size));
src\Framework\System\Windows\Documents\FixedPage.cs (1)
843child.Arrange(new Rect(new Point(x, y), child.DesiredSize));
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (1)
218page.Arrange(new Rect(new Point(0, 0), pageSize));
src\Framework\System\Windows\Input\KeyboardNavigation.cs (1)
679((UIElement)GetVisualChild(0)).Arrange(new Rect(new Point(), finalSize));
src\Framework\System\Windows\Window.cs (1)
1945child.Arrange(new Rect(childArrangeBounds));
PresentationFramework.Aero (3)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
466child.Arrange(childArrangeRect);
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
303Child.Arrange(childArrangeRect);
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
238child.Arrange(new Rect(padding.Left, padding.Top, childWidth, childHeight));
PresentationFramework.Classic (2)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
741child.Arrange(childArrangeRect);
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
238child.Arrange(new Rect(padding.Left, padding.Top, childWidth, childHeight));
PresentationFramework.Luna (2)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
383child.Arrange(childArrangeRect);
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
238child.Arrange(new Rect(padding.Left, padding.Top, childWidth, childHeight));
PresentationFramework.Royale (2)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
341child.Arrange(childArrangeRect);
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
238child.Arrange(new Rect(padding.Left, padding.Top, childWidth, childHeight));
System.Activities.Presentation (9)
System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationAdorner.cs (1)
147this.content.Arrange(new Rect(location, finalSize));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyPanel.cs (2)
225child.Arrange(new Rect(Math.Max(0, finalSize.Width - lastChildWidth), 0, lastChildWidth, finalSize.Height)); 229child.Arrange(new Rect(left, 0, Math.Min(desiredWidth, availableWidth), finalSize.Height));
System.Activities.Presentation\System\Activities\Presentation\DockedAnnotationDecorator.cs (1)
31this.Child.Arrange(new Rect(finalSize));
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
917this.content.Arrange(new Rect(this.content.DesiredSize));
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\FreeFormPanel.cs (2)
334((UIElement)Children[i]).Arrange(new Rect(pt, size)); 339((UIElement)Children[i]).Arrange(new Rect(pt, size));
System.Activities.Presentation\System\Activities\Presentation\View\DesignerView.xaml.cs (1)
1178background.Arrange(new Rect(0, 0, imageWidth, imageHeight));
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (1)
381child.Arrange(new Rect(pos, child.DesiredSize));