1 write to UpperRight
PresentationFramework (1)
MS\Internal\Ink\LassoSelectionBehavior.cs (1)
417
parentTransform.TryTransform(new Point(childElement.RenderSize.Width, 0), out elementPoints.
UpperRight
);
4 references to UpperRight
PresentationFramework (4)
MS\Internal\Ink\LassoSelectionBehavior.cs (4)
443
pointArray.Add(elementPoints.
UpperRight
);
444
FillInPoints(pointArray, elementPoints.UpperLeft, elementPoints.
UpperRight
);
452
elementPoints.
UpperRight
,
557
double width = elementPoints.UpperLeft.X - elementPoints.
UpperRight
.X;