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