100 references to Arrange
PresentationCore (7)
Core\CSharp\System\Windows\Interop\HwndSource.cs (4)
1279
rootUIElement.
Arrange
(new Rect(new Point(), rootUIElement.DesiredSize));
1315
rootUIElement.
Arrange
(new Rect(new Point(), sz));
1721
rootUIElement.
Arrange
(new Rect(new Point(), sz));
1754
rootUIElement.
Arrange
(new Rect(new Point(), sizeLogicalUnits));
Core\CSharp\System\Windows\LayoutManager.cs (1)
389
currentElement.
Arrange
(finalRect);
Core\CSharp\System\Windows\Media\BitmapCacheBrush.cs (1)
283
element.
Arrange
(new Rect(element.DesiredSize));
Core\CSharp\System\Windows\Media\VisualBrush.cs (1)
251
element.
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)
183
child.
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)
1204
background.
Arrange
(new Rect(new Point(0, 0), arrangeSize));
1254
uiPage.
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)
564
child.
Arrange
(new Rect(arrangeSize));
src\Framework\MS\Internal\PtsHost\TextParaClient.cs (2)
1455
uiElement.
Arrange
(new Rect(uiElement.DesiredSize));
1488
uiElement.
Arrange
(new Rect(uiElement.DesiredSize));
src\Framework\MS\Internal\Text\ComplexLine.cs (1)
220
inlineObject.Element.
Arrange
(new Rect(inlineObject.Element.DesiredSize));
src\Framework\System\Windows\Annotations\AnnotationDocumentPaginator.cs (2)
320
decorator.
Arrange
(new Rect(decorator.DesiredSize));
361
decorator.
Arrange
(new Rect(decorator.DesiredSize));
src\Framework\System\Windows\Controls\AccessText.cs (1)
437
TextBlock.
Arrange
(new Rect(arrangeSize));
src\Framework\System\Windows\Controls\AdornedElementPlaceholder.cs (1)
221
child.
Arrange
(new Rect(arrangeBounds));
src\Framework\System\Windows\Controls\Border.cs (1)
285
child.
Arrange
(childRect);
src\Framework\System\Windows\Controls\Canvas.cs (1)
341
child.
Arrange
(new Rect(new Point(x, y), child.DesiredSize));
src\Framework\System\Windows\Controls\Control.cs (1)
733
child.
Arrange
(new Rect(arrangeBounds));
src\Framework\System\Windows\Controls\DataGridCellsPanel.cs (2)
1439
child.
Arrange
(new Rect());
1544
child.
Arrange
(rcChild);
src\Framework\System\Windows\Controls\Decorator.cs (1)
219
child.
Arrange
(new Rect(arrangeSize));
src\Framework\System\Windows\Controls\DockPanel.cs (1)
328
child.
Arrange
(rcChild);
src\Framework\System\Windows\Controls\Grid.cs (2)
740
child.
Arrange
(new Rect(arrangeSize));
777
cell.
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)
363
child.
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)
229
child.
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)
228
child.
Arrange
(new Rect(availableSize));
src\Framework\System\Windows\Controls\Page.cs (1)
634
child.
Arrange
(new Rect(new Point(), arrangeBounds));
src\Framework\System\Windows\Controls\Primitives\BulletDecorator.cs (3)
287
bullet.
Arrange
(new Rect(bullet.DesiredSize));
304
content.
Arrange
(new Rect(contentOffsetX, 0, contentSize.Width, contentSize.Height));
313
bullet.
Arrange
(new Rect(0, bulletOffsetY, bullet.DesiredSize.Width, bullet.DesiredSize.Height));
src\Framework\System\Windows\Controls\Primitives\DataGridColumnHeadersPresenter.cs (3)
157
child.
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));
503
child.
Arrange
(childRect);
src\Framework\System\Windows\Controls\Primitives\TabPanel.cs (2)
282
child.
Arrange
(new Rect(childOffset.X, childOffset.Y, cellSize.Width, cellSize.Height));
314
child.
Arrange
(new Rect(0, childOffsetY, arrangeSize.Width, childSize.Height));
src\Framework\System\Windows\Controls\Primitives\ToolBarOverflowPanel.cs (1)
214
child.
Arrange
(new Rect(x, y, child.DesiredSize.Width, lineHeight));
src\Framework\System\Windows\Controls\Primitives\ToolBarPanel.cs (1)
324
child.
Arrange
(rcChild);
src\Framework\System\Windows\Controls\Primitives\Track.cs (6)
524
IncreaseRepeatButton.
Arrange
(new Rect(offset, pieceSize));
531
DecreaseRepeatButton.
Arrange
(new Rect(offset, pieceSize));
538
Thumb.
Arrange
(new Rect(offset, pieceSize));
555
DecreaseRepeatButton.
Arrange
(new Rect(offset, pieceSize));
562
IncreaseRepeatButton.
Arrange
(new Rect(offset, pieceSize));
569
Thumb.
Arrange
(new Rect(offset, pieceSize));
src\Framework\System\Windows\Controls\Primitives\UniformGrid.cs (1)
227
child.
Arrange
(childBounds);
src\Framework\System\Windows\Controls\Stack.cs (1)
777
child.
Arrange
(rcChild);
src\Framework\System\Windows\Controls\ToolBarTray.cs (1)
454
toolBar.
Arrange
(rcChild);
src\Framework\System\Windows\Controls\ViewBox.cs (1)
363
child.
Arrange
(new Rect(new Point(), child.DesiredSize));
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (3)
8392
child.
Arrange
(rcChild);
8427
child.
Arrange
(rcChild);
8565
child.
Arrange
(rcChild);
src\Framework\System\Windows\Controls\WrapPanel.cs (1)
355
child.
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)
483
adornerInfo.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)
1174
e.
Arrange
(new Rect(base.Size));
src\Framework\System\Windows\Documents\FixedDocument.cs (2)
370
page.
Arrange
(new Rect(new Point(), fixedSize));
1466
e.
Arrange
(new Rect(base.Size));
src\Framework\System\Windows\Documents\FixedPage.cs (1)
843
child.
Arrange
(new Rect(new Point(x, y), child.DesiredSize));
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (1)
218
page.
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)
1945
child.
Arrange
(new Rect(childArrangeBounds));
PresentationFramework.Aero (3)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
466
child.
Arrange
(childArrangeRect);
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
303
Child.
Arrange
(childArrangeRect);
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
238
child.
Arrange
(new Rect(padding.Left, padding.Top, childWidth, childHeight));
PresentationFramework.Classic (2)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
741
child.
Arrange
(childArrangeRect);
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
238
child.
Arrange
(new Rect(padding.Left, padding.Top, childWidth, childHeight));
PresentationFramework.Luna (2)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
383
child.
Arrange
(childArrangeRect);
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
238
child.
Arrange
(new Rect(padding.Left, padding.Top, childWidth, childHeight));
PresentationFramework.Royale (2)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
341
child.
Arrange
(childArrangeRect);
parent\Shared\Microsoft\Windows\Themes\DataGridHeaderBorder.cs (1)
238
child.
Arrange
(new Rect(padding.Left, padding.Top, childWidth, childHeight));
System.Activities.Presentation (9)
System.Activities.Presentation\System\Activities\Presentation\Annotations\AnnotationAdorner.cs (1)
147
this.content.
Arrange
(new Rect(location, finalSize));
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyPanel.cs (2)
225
child.
Arrange
(new Rect(Math.Max(0, finalSize.Width - lastChildWidth), 0, lastChildWidth, finalSize.Height));
229
child.
Arrange
(new Rect(left, 0, Math.Min(desiredWidth, availableWidth), finalSize.Height));
System.Activities.Presentation\System\Activities\Presentation\DockedAnnotationDecorator.cs (1)
31
this.Child.
Arrange
(new Rect(finalSize));
System.Activities.Presentation\System\Activities\Presentation\DragDropHelper.cs (1)
917
this.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)
1178
background.
Arrange
(new Rect(0, 0, imageWidth, imageHeight));
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (1)
381
child.
Arrange
(new Rect(pos, child.DesiredSize));