18 references to BottomLeft
PresentationCore (7)
Core\CSharp\MS\Internal\Media3D\GeneralTransform2Dto3Dto2D.cs (1)
1188texCoordsOfInterest[3] = Viewport2DVisual3D.VisualCoordsToTextureCoords(rect.BottomLeft, _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)
386rect.BottomLeft * matrix 458ctx.LineTo(Rect.BottomLeft, true /* is stroked */, false /* is smooth join */);
PresentationFramework (7)
src\Framework\MS\Internal\Documents\DocumentViewerHelper.cs (1)
444Point contextMenuOffset = transform.Transform(positionRect.BottomLeft);
src\Framework\System\Windows\Controls\Border.cs (2)
758radiusX = bottomLeft.X - rect.BottomLeft.X; 759radiusY = rect.BottomLeft.Y - leftBottom.Y;
src\Framework\System\Windows\Controls\Primitives\Popup.cs (1)
2428points[(int)InterestPoint.BottomLeft] = rect.BottomLeft;
src\Framework\System\Windows\Documents\CompositionAdorner.cs (1)
706return _startRect.BottomLeft;
src\Framework\System\Windows\Input\KeyboardNavigation.cs (2)
2673startPoint = sourceRect.BottomLeft; 2676endPoint = targetRect.BottomLeft;
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
884figure.Segments.Add(new LineSegment(rect.BottomLeft, true));
PresentationFramework.Luna (1)
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
475figure.Segments.Add(new LineSegment(rect.BottomLeft, true));
PresentationFramework.Royale (1)
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
475figure.Segments.Add(new LineSegment(rect.BottomLeft, true));
WindowsBase (1)
Shared\MS\Internal\MatrixUtil.cs (1)
110Point point3 = matrix.Transform(rect.BottomLeft);