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