1 write to UpperLeft
PresentationFramework (1)
MS\Internal\Ink\LassoSelectionBehavior.cs (1)
410
parentTransform.TryTransform(new Point(0, 0), out elementPoints.
UpperLeft
);
5 references to UpperLeft
PresentationFramework (5)
MS\Internal\Ink\LassoSelectionBehavior.cs (5)
434
pointArray.Add(elementPoints.
UpperLeft
);
436
FillInPoints(pointArray, elementPoints.
UpperLeft
, elementPoints.UpperRight);
443
elementPoints.
UpperLeft
,
547
double width = elementPoints.
UpperLeft
.X - elementPoints.UpperRight.X;
553
double height = elementPoints.
UpperLeft
.Y - elementPoints.LowerLeft.Y;