1 write to UpperRight
PresentationFramework (1)
src\Framework\MS\Internal\Ink\LassoSelectionBehavior.cs (1)
420parentTransform.TryTransform(new Point(childElement.RenderSize.Width, 0), out elementPoints.UpperRight);
4 references to UpperRight
PresentationFramework (4)
src\Framework\MS\Internal\Ink\LassoSelectionBehavior.cs (4)
446pointArray.Add(elementPoints.UpperRight); 447FillInPoints(pointArray, elementPoints.UpperLeft, elementPoints.UpperRight); 455elementPoints.UpperRight, 560double width = elementPoints.UpperLeft.X - elementPoints.UpperRight.X;