1 write to UpperLeft
PresentationFramework (1)
MS\Internal\Ink\LassoSelectionBehavior.cs (1)
407
parentTransform.TryTransform(new Point(0, 0), out elementPoints.
UpperLeft
);
5 references to UpperLeft
PresentationFramework (5)
MS\Internal\Ink\LassoSelectionBehavior.cs (5)
433
pointArray.Add(elementPoints.
UpperLeft
);
435
FillInPoints(pointArray, elementPoints.
UpperLeft
, elementPoints.UpperRight);
442
elementPoints.
UpperLeft
,
548
double width = elementPoints.
UpperLeft
.X - elementPoints.UpperRight.X;
554
double height = elementPoints.
UpperLeft
.Y - elementPoints.LowerLeft.Y;