1 write to UpperLeft
PresentationFramework (1)
MS\Internal\Ink\LassoSelectionBehavior.cs (1)
416
parentTransform.TryTransform(new Point(0, 0), out elementPoints.
UpperLeft
);
5 references to UpperLeft
PresentationFramework (5)
MS\Internal\Ink\LassoSelectionBehavior.cs (5)
442
pointArray.Add(elementPoints.
UpperLeft
);
444
FillInPoints(pointArray, elementPoints.
UpperLeft
, elementPoints.UpperRight);
451
elementPoints.
UpperLeft
,
557
double width = elementPoints.
UpperLeft
.X - elementPoints.UpperRight.X;
563
double height = elementPoints.
UpperLeft
.Y - elementPoints.LowerLeft.Y;