31 references to BottomRight
PresentationCore (19)
Core\CSharp\MS\Internal\Media3D\GeneralTransform2Dto3Dto2D.cs (1)
1187
texCoordsOfInterest[2] = Viewport2DVisual3D.VisualCoordsToTextureCoords(rect.
BottomRight
, _visualBrushBounds);
Core\CSharp\MS\Internal\TextFormatting\LineServicesRun.cs (2)
447
if(DoubleUtil.AreClose(rect.TopLeft.X, rect.
BottomRight
.X))
452
if(DoubleUtil.AreClose(rect.TopLeft.Y, rect.
BottomRight
.Y))
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\Effects\BlurEffect.cs (2)
45
bottomRight.X = contentBounds.
BottomRight
.X + radius;
46
bottomRight.Y = contentBounds.
BottomRight
.Y + radius;
Core\CSharp\System\Windows\Media\Effects\DropShadowEffect.cs (2)
45
bottomRight.X = contentBounds.
BottomRight
.X + radius;
46
bottomRight.Y = contentBounds.
BottomRight
.Y + radius;
Core\CSharp\System\Windows\Media\Effects\Effect.cs (3)
166
UnitToWorldUnsafe(unitRect.
BottomRight
, worldBounds));
172
Point? br = WorldToUnit(worldRect.
BottomRight
, worldBounds);
217
&& TryTransform(rect.
BottomRight
, out bottomRightResult);
Core\CSharp\System\Windows\Media\Effects\ShaderEffect.cs (2)
38
bottomRight.X = contentBounds.
BottomRight
.X + PaddingRight;
39
bottomRight.Y = contentBounds.
BottomRight
.Y + PaddingBottom;
Core\CSharp\System\Windows\Media\RectangleGeometry.cs (2)
385
rect.
BottomRight
* matrix,
457
ctx.LineTo(Rect.
BottomRight
, true /* is stroked */, false /* is smooth join */);
Shared\MS\Internal\PointUtil.cs (1)
311
Point corner2 = ClientToScreen(rectClient.
BottomRight
, hwndSource);
PresentationFramework (8)
src\Framework\System\Windows\Controls\Border.cs (2)
746
radiusX = rect.
BottomRight
.X - bottomRight.X;
747
radiusY = rect.
BottomRight
.Y - rightBottom.Y;
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
2429
points[(int)InterestPoint.BottomRight] = rect.
BottomRight
;
src\Framework\System\Windows\Controls\TextAdaptor.cs (2)
164
lineRect = new Rect(ClientToScreen(lineRect.TopLeft, textView.RenderScope), ClientToScreen(lineRect.
BottomRight
, textView.RenderScope));
524
ITextPointer visibleEnd = textView.GetTextPositionFromPoint(visibleRect.
BottomRight
, true);
src\Framework\System\Windows\Documents\CompositionAdorner.cs (1)
717
return _endRect.
BottomRight
;
src\Framework\System\Windows\Documents\TextStore.cs (2)
934
milPointBottomRight = rectStart.
BottomRight
;
983
milPointBottomRight = rectBound.
BottomRight
;
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
883
figure.Segments.Add(new LineSegment(rect.
BottomRight
, true));
PresentationFramework.Luna (1)
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
474
figure.Segments.Add(new LineSegment(rect.
BottomRight
, true));
PresentationFramework.Royale (1)
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
474
figure.Segments.Add(new LineSegment(rect.
BottomRight
, true));
WindowsBase (1)
Shared\MS\Internal\MatrixUtil.cs (1)
109
Point point2 = matrix.Transform(rect.
BottomRight
);