1 write to UpperRight
PresentationFramework (1)
src\Framework\MS\Internal\Ink\LassoSelectionBehavior.cs (1)
420
parentTransform.TryTransform(new Point(childElement.RenderSize.Width, 0), out elementPoints.
UpperRight
);
4 references to UpperRight
PresentationFramework (4)
src\Framework\MS\Internal\Ink\LassoSelectionBehavior.cs (4)
446
pointArray.Add(elementPoints.
UpperRight
);
447
FillInPoints(pointArray, elementPoints.UpperLeft, elementPoints.
UpperRight
);
455
elementPoints.
UpperRight
,
560
double width = elementPoints.UpperLeft.X - elementPoints.
UpperRight
.X;