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