1 write to UpperLeft
PresentationFramework (1)
src\Framework\MS\Internal\Ink\LassoSelectionBehavior.cs (1)
419
parentTransform.TryTransform(new Point(0, 0), out elementPoints.
UpperLeft
);
5 references to UpperLeft
PresentationFramework (5)
src\Framework\MS\Internal\Ink\LassoSelectionBehavior.cs (5)
445
pointArray.Add(elementPoints.
UpperLeft
);
447
FillInPoints(pointArray, elementPoints.
UpperLeft
, elementPoints.UpperRight);
454
elementPoints.
UpperLeft
,
560
double width = elementPoints.
UpperLeft
.X - elementPoints.UpperRight.X;
566
double height = elementPoints.
UpperLeft
.Y - elementPoints.LowerLeft.Y;