5 writes to Size
PresentationCore (2)
Core\CSharp\MS\Internal\AnimatedTypeHelpers.cs (2)
121temp.Size = new Size( 569temp.Size = new Size(
PresentationFramework (2)
src\Framework\System\Windows\Controls\ToolBarTray.cs (1)
453rcChild.Size = toolBarArrangeSize;
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (1)
4273viewport.Size = size;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (1)
429this.actualPanelRect.Size = new Size(panelWidth, panelHeight);
43 references to Size
PresentationCore (29)
Core\CSharp\MS\Internal\AnimatedTypeHelpers.cs (16)
122from.Size.Width + ((to.Size.Width - from.Size.Width) * progress), 123from.Size.Height + ((to.Size.Height - from.Size.Height) * progress)); 238AddSize(value1.Size, value2.Size)); 342SubtractSize(value1.Size, value2.Size)); 460Double b = GetSegmentLengthSize(from.Size, to.Size); 570value.Size.Width * factor, 571value.Size.Height * factor); 694|| IsInvalidDouble(value.Size.Width) || IsInvalidDouble(value.Size.Height)
Core\CSharp\MS\Internal\Media3D\GeneralTransform2Dto3Dto2D.cs (1)
133_viewSize = viewport3D.Viewport.Size;
Core\CSharp\MS\Internal\Media3D\M3DUtil.cs (1)
392camera.GetProjectionMatrix(M3DUtil.GetAspectRatio(viewport.Size)) *
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (2)
2690objectBounds.Location.X + objectBounds.Size.Width, 2691objectBounds.Location.Y + objectBounds.Size.Height,
Core\CSharp\System\Windows\Documents\DocumentPage.cs (1)
109return VisualTreeHelper.GetContentBounds(_visual).Size;
Core\CSharp\System\Windows\Input\TouchPoint.cs (1)
86return Bounds.Size;
Core\CSharp\System\Windows\Media\DrawingImage.cs (1)
102Size size = drawing.GetBounds().Size;
Core\CSharp\System\Windows\Media3D\Viewport3DVisual.cs (3)
500Viewport.Size, 522double aspectRatio = M3DUtil.GetAspectRatio(Viewport.Size); 591double aspectRatio = M3DUtil.GetAspectRatio(viewport.Size);
Core\CSharp\System\Windows\UIElement.cs (3)
859Measure(finalRect.Size); 901ensureClip(finalRect.Size); 1277RenderSize = finalRect.Size;
PresentationFramework (12)
src\Framework\MS\Internal\Ink\ClipboardProcessor.cs (1)
180if ( CopySelectionInXAML(dataObject, strokes, elements, transform, bounds.Size) )
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
398_floatingHeader.Arrange(new Rect(new Point(_currentPos.X - _relativeStartPos.X, 0), HeadersPositionList[_startColumnIndex].Size));
src\Framework\System\Windows\Controls\Primitives\Popup.cs (2)
2039customPlacements = customCallback(childBounds.Size, targetBounds.Size, new Point(HorizontalOffset, VerticalOffset));
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (2)
9474viewportSize = viewport.Size; 10326viewportSize = viewport.Size;
src\Framework\System\Windows\FrameworkElement.cs (3)
4546Size inkSize = ArrangeOverride(finalRect.Size); 4572Size arrangeSize = finalRect.Size; 5047return GetLayoutClip(PreviousArrangeRect.Size);
src\Framework\System\Windows\Input\KeyboardNavigation.cs (2)
784if (!DoubleUtil.AreClose(oldRects[i].Size, _contentRects[i].Size))
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (1)
1216windowSize = _GetWindowRect().Size;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\VirtualizedContainerService.cs (1)
446VirtualizedContainerService.SetHintSize(this.modelItem.GetCurrentValue(), bounds.Size.ToString(CultureInfo.InvariantCulture));
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
1390Rect rect = new Rect(clientRect.Location, clientRect.Size);