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