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