1 write to UpperRight
PresentationFramework (1)
MS\Internal\Ink\LassoSelectionBehavior.cs (1)
411parentTransform.TryTransform(new Point(childElement.RenderSize.Width, 0), out elementPoints.UpperRight);
4 references to UpperRight
PresentationFramework (4)
MS\Internal\Ink\LassoSelectionBehavior.cs (4)
435pointArray.Add(elementPoints.UpperRight); 436FillInPoints(pointArray, elementPoints.UpperLeft, elementPoints.UpperRight); 444elementPoints.UpperRight, 547double width = elementPoints.UpperLeft.X - elementPoints.UpperRight.X;