33 writes to Center
PresentationFramework.Aero (8)
Microsoft\Windows\Themes\BulletChrome.cs (4)
1197temp.Center = new Point(0.25, 0.25); 1228temp.Center = new Point(0.25, 0.25); 1258temp.Center = new Point(0.25, 0.25); 1290temp.Center = new Point(0.25, 0.25);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (4)
366topLeft.Center = new Point(1, 1); 383topRight.Center = new Point(0, 1); 402bottomLeft.Center = new Point(1, 0); 423bottomRight.Center = new Point(0, 0);
PresentationFramework.Aero2 (8)
Microsoft\Windows\Themes\BulletChrome.cs (4)
1197temp.Center = new Point(0.25, 0.25); 1228temp.Center = new Point(0.25, 0.25); 1258temp.Center = new Point(0.25, 0.25); 1290temp.Center = new Point(0.25, 0.25);
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (4)
366topLeft.Center = new Point(1, 1); 383topRight.Center = new Point(0, 1); 402bottomLeft.Center = new Point(1, 0); 423bottomRight.Center = new Point(0, 0);
PresentationFramework.AeroLite (4)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (4)
366topLeft.Center = new Point(1, 1); 383topRight.Center = new Point(0, 1); 402bottomLeft.Center = new Point(1, 0); 423bottomRight.Center = new Point(0, 0);
PresentationFramework.Classic (4)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (4)
366topLeft.Center = new Point(1, 1); 383topRight.Center = new Point(0, 1); 402bottomLeft.Center = new Point(1, 0); 423bottomRight.Center = new Point(0, 0);
PresentationFramework.Luna (4)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (4)
366topLeft.Center = new Point(1, 1); 383topRight.Center = new Point(0, 1); 402bottomLeft.Center = new Point(1, 0); 423bottomRight.Center = new Point(0, 0);
PresentationFramework.Royale (4)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (4)
366topLeft.Center = new Point(1, 1); 383topRight.Center = new Point(0, 1); 402bottomLeft.Center = new Point(1, 0); 423bottomRight.Center = new Point(0, 0);
ReachFramework (1)
AlphaFlattener\BrushProxy.cs (1)
513rb.Center = Utility.MapPoint(bounds, rb.Center);
8 references to Center
PresentationCore (1)
System\Windows\Media\RadialGradientBrush.cs (1)
126Point tempCenter = Center;
ReachFramework (7)
AlphaFlattener\BrushProxy.cs (6)
513rb.Center = Utility.MapPoint(bounds, rb.Center); 2565if (!Utility.AreClose(rbA.Center * rbA.Transform.Value, rbB.Center * rbB.Transform.Value)) 2882if (!Utility.IsRenderVisible(radialBrush.Center) || 4186_x0 = b.Center.X; 4187_y0 = b.Center.Y;
Serialization\VisualSerializer.cs (1)
756WriteAttr("Center", Utility.MapPoint(bounds, rb.Center));