4 writes to Location
PresentationCore (3)
Core\CSharp\MS\Internal\AnimatedTypeHelpers.cs (2)
118temp.Location = new Point( 566temp.Location = new Point(
Core\CSharp\MS\Internal\Ink\StrokeNodeOperations.cs (1)
95boundingBox.Location += (Vector)node.Position;
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\View\ExtensionSurface.cs (1)
428this.actualPanelRect.Location = new Point(offsetMinusX, offsetMinusY);
32 references to Location
PresentationCore (20)
Core\CSharp\MS\Internal\AnimatedTypeHelpers.cs (16)
119from.Location.X + ((to.Location.X - from.Location.X) * progress), 120from.Location.Y + ((to.Location.Y - from.Location.Y) * progress)); 237AddPoint(value1.Location, value2.Location), 341SubtractPoint(value1.Location, value2.Location), 459Double a = GetSegmentLengthPoint(from.Location, to.Location); 567value.Location.X * factor, 568value.Location.Y * factor); 693if ( IsInvalidDouble(value.Location.X) || IsInvalidDouble(value.Location.Y)
Core\CSharp\MS\Internal\TextFormatting\LineServicesCallbacks.cs (4)
2682objectBounds.Location.X, 2683objectBounds.Location.Y, 2690objectBounds.Location.X + objectBounds.Size.Width, 2691objectBounds.Location.Y + objectBounds.Size.Height,
PresentationFramework (11)
src\Framework\System\Windows\Controls\VirtualizingStackPanel.cs (8)
4464args[0] = viewport.Location; 8390previousChildOffset = rcChild.Location; 8425previousChildOffset = rcChild.Location; 8563previousChildOffset = rcChild.Location; 9467computedViewportOffset = new Vector(viewport.Location.X, viewport.Location.Y); 10321computedViewportOffset = new Vector(viewport.Location.X, viewport.Location.Y);
src\Framework\System\Windows\Shapes\Shape.cs (2)
568stretchMatrix.ScaleAt(xScale, yScale, geometryBounds.Location.X, geometryBounds.Location.Y);
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (1)
605return _window.RestoreBounds.Location != windowTopLeft;
UIAutomationClientsideProviders (1)
MS\Internal\AutomationProxies\WindowsRichEditRange.cs (1)
1390Rect rect = new Rect(clientRect.Location, clientRect.Size);