55 writes to StartPoint
PresentationCore (4)
Core\CSharp\System\Windows\Media\PathFigure.cs (2)
56StartPoint = start; 150result.StartPoint = current * matrix;
Core\CSharp\System\Windows\Media\PathGeometry.cs (1)
483figure.StartPoint = new Point(pPoints->X, pPoints->Y);
Core\CSharp\System\Windows\Media\PathStreamGeometryContext.cs (1)
150_currentFigure.StartPoint = startPoint;
PresentationFramework (8)
src\Framework\MS\Internal\Controls\InkCanvasSelectionAdorner.cs (1)
271path.StartPoint = new Point(hatchRect.Left, hatchRect.Top);
src\Framework\MS\Internal\Ink\PenCursorManager.cs (3)
486path.StartPoint = new Point(5, 5); 510path.StartPoint = new Point(5, 5); 535path.StartPoint = new Point(15, 15);
src\Framework\System\windows\Documents\CaretElement.cs (1)
729pathFigure.StartPoint = new Point(0, 0);
src\Framework\System\Windows\Documents\CompositionAdorner.cs (1)
279pathFigure.StartPoint = pathPoint;
src\Framework\System\Windows\Shapes\Polygon.cs (1)
134pathFigure.StartPoint = pointCollection[0];
src\Framework\System\Windows\Shapes\Polyline.cs (1)
134pathFigure.StartPoint = pointCollection[0];
PresentationFramework.Aero (12)
Microsoft\Windows\Themes\BulletChrome.cs (1)
883figure.StartPoint = new Point(9.0, 1.833);
Microsoft\Windows\Themes\ButtonChrome.cs (1)
628borderFigure.StartPoint = new Point(0.5, 0.5);
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
326arrowFigure.StartPoint = new Point(0.0, 4.0); 338arrowFigure.StartPoint = new Point(0.0, 0.0);
Microsoft\Windows\Themes\ListBoxChrome.cs (2)
488borderFigure.StartPoint = new Point(bounds.Left, bounds.Top); 499borderFigure.StartPoint = new Point(bounds.Left + thickness.Left, bounds.Top + thickness.Top);
Microsoft\Windows\Themes\ScrollChrome.cs (4)
608figure.StartPoint = new Point(4.0, 0.0); 638figure.StartPoint = new Point(0.0, 0.0); 668figure.StartPoint = new Point(0.0, 4.0); 698figure.StartPoint = new Point(0.0, 0.0);
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (2)
238figure.StartPoint = new Point(guidelineSetX[1], guidelineSetY[0]); 244figure.StartPoint = new Point(guidelineSetX[0], guidelineSetY[0]);
PresentationFramework.Classic (7)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (3)
881figure.StartPoint = rect.TopLeft; 1085figure.StartPoint = new Point(left, bottom); 1117figure.StartPoint = new Point(right - 1.0, bottom);
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (2)
157arrowFigure.StartPoint = new Point(0.0, 5.0); 169arrowFigure.StartPoint = new Point(0.0, 0.0);
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (2)
238figure.StartPoint = new Point(guidelineSetX[1], guidelineSetY[0]); 244figure.StartPoint = new Point(guidelineSetX[0], guidelineSetY[0]);
PresentationFramework.Luna (10)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (3)
179tabFigure.StartPoint = new Point(0.5, 0.5); 322arrowFigure.StartPoint = new Point(0.0, 5.0); 334arrowFigure.StartPoint = new Point(0.0, 0.0);
Microsoft\Windows\Themes\ScrollChrome.cs (4)
448figure.StartPoint = new Point(4.5, 0.0); 481figure.StartPoint = new Point(3.5, 0.0); 514figure.StartPoint = new Point(0.0, 4.5); 547figure.StartPoint = new Point(0.0, 3.5);
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
472figure.StartPoint = rect.TopLeft;
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (2)
238figure.StartPoint = new Point(guidelineSetX[1], guidelineSetY[0]); 244figure.StartPoint = new Point(guidelineSetX[0], guidelineSetY[0]);
PresentationFramework.Royale (10)
Microsoft\Windows\Themes\DataGridHeaderBorder.cs (3)
108tabFigure.StartPoint = new Point(0.5, 0.5); 244arrowFigure.StartPoint = new Point(0.0, 5.0); 256arrowFigure.StartPoint = new Point(0.0, 0.0);
Microsoft\Windows\Themes\ScrollChrome.cs (4)
408figure.StartPoint = new Point(4.5, 0.0); 441figure.StartPoint = new Point(3.5, 0.0); 474figure.StartPoint = new Point(0.0, 4.5); 507figure.StartPoint = new Point(0.0, 3.5);
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
472figure.StartPoint = rect.TopLeft;
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (2)
238figure.StartPoint = new Point(guidelineSetX[1], guidelineSetY[0]); 244figure.StartPoint = new Point(guidelineSetX[0], guidelineSetY[0]);
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\FreeFormEditing\AutoConnectAdorner.cs (4)
66StartPoint = new Point(-DropTargetOffset - TriangleHeight, size.Height / 2), Segments = 81StartPoint = new Point(size.Width + DropTargetOffset, (size.Height / 2) - (TriangleBaseLength / 2)), Segments = 96StartPoint = new Point((size.Width / 2) - (TriangleBaseLength / 2), -DropTargetOffset), Segments = 111StartPoint = new Point((size.Width / 2) - (TriangleBaseLength / 2), size.Height + DropTargetOffset), Segments =
4 references to StartPoint
PresentationCore (3)
Core\CSharp\System\Windows\Media\PathFigure.cs (3)
149Point current = StartPoint; 235((IFormattable)StartPoint).ToString(format, provider) + 245ctx.BeginFigure(StartPoint, IsFilled, IsClosed);
PresentationFramework (1)
src\Framework\System\Windows\Documents\FixedSOMPageConstructor.cs (1)
975Point startPoint = pathFigure.StartPoint;