20 writes to Center
PresentationFramework.Aero (8)
Microsoft\Windows\Themes\BulletChrome.cs (4)
1203temp.Center = new Point(0.25, 0.25); 1234temp.Center = new Point(0.25, 0.25); 1264temp.Center = new Point(0.25, 0.25); 1296temp.Center = new Point(0.25, 0.25);
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (4)
371topLeft.Center = new Point(1, 1); 388topRight.Center = new Point(0, 1); 407bottomLeft.Center = new Point(1, 0); 428bottomRight.Center = new Point(0, 0);
PresentationFramework.Classic (4)
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (4)
371topLeft.Center = new Point(1, 1); 388topRight.Center = new Point(0, 1); 407bottomLeft.Center = new Point(1, 0); 428bottomRight.Center = new Point(0, 0);
PresentationFramework.Luna (4)
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (4)
371topLeft.Center = new Point(1, 1); 388topRight.Center = new Point(0, 1); 407bottomLeft.Center = new Point(1, 0); 428bottomRight.Center = new Point(0, 0);
PresentationFramework.Royale (4)
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (4)
371topLeft.Center = new Point(1, 1); 388topRight.Center = new Point(0, 1); 407bottomLeft.Center = new Point(1, 0); 428bottomRight.Center = new Point(0, 0);
1 reference to Center
PresentationCore (1)
Core\CSharp\System\Windows\Media\RadialGradientBrush.cs (1)
137Point tempCenter = Center;