18 references to TopRight
PresentationCore (7)
Core\CSharp\MS\Internal\Media3D\GeneralTransform2Dto3Dto2D.cs (1)
1186texCoordsOfInterest[1] = Viewport2DVisual3D.VisualCoordsToTextureCoords(rect.TopRight, _visualBrushBounds);
Core\CSharp\System\Windows\Ink\Stroke2.cs (2)
123return this.GetClipResult(new Point[4] { bounds.TopLeft, bounds.TopRight, bounds.BottomRight, bounds.BottomLeft }); 158return this.GetEraseResult(new Point[4] { bounds.TopLeft, bounds.TopRight, bounds.BottomRight, bounds.BottomLeft });
Core\CSharp\System\Windows\Ink\StrokeCollection2.cs (2)
299Clip(new Point[4] { bounds.TopLeft, bounds.TopRight, bounds.BottomRight, bounds.BottomLeft }); 345Erase(new Point[4] { bounds.TopLeft, bounds.TopRight, bounds.BottomRight, bounds.BottomLeft });
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (2)
384rect.TopRight * matrix, 456ctx.LineTo(Rect.TopRight, true /* is stroked */, false /* is smooth join */);
PresentationFramework (7)
src\Framework\System\Windows\Controls\Border.cs (2)
734double radiusX = rect.TopRight.X - topRight.X; 735double radiusY = rightTop.Y - rect.TopRight.Y;
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
2427points[(int)InterestPoint.TopRight] = rect.TopRight;
src\Framework\System\Windows\Documents\FixedTextBuilder.cs (2)
880Point prevPt = LTR1 ? box1.TopRight : box1.TopLeft; 881Point currentPt = LTR2 ? box2.TopLeft : box2.TopRight;
src\Framework\System\Windows\Input\KeyboardNavigation.cs (2)
2666startPoint = sourceRect.TopRight; 2669endPoint = targetRect.TopRight;
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
882figure.Segments.Add(new LineSegment(rect.TopRight, true));
PresentationFramework.Luna (1)
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
473figure.Segments.Add(new LineSegment(rect.TopRight, true));
PresentationFramework.Royale (1)
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
473figure.Segments.Add(new LineSegment(rect.TopRight, true));
WindowsBase (1)
Shared\MS\Internal\MatrixUtil.cs (1)
108Point point1 = matrix.Transform(rect.TopRight);