33 writes to RadiusX
PresentationFramework.Aero (8)
Microsoft\Windows\Themes\BulletChrome.cs (4)
1199temp.RadiusX = 0.75; 1230temp.RadiusX = 0.75; 1260temp.RadiusX = 0.75; 1292temp.RadiusX = 0.75;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (4)
364topLeft.RadiusX = 1; 381topRight.RadiusX = 1; 400bottomLeft.RadiusX = 1; 421bottomRight.RadiusX = 1;
PresentationFramework.Aero2 (8)
Microsoft\Windows\Themes\BulletChrome.cs (4)
1199temp.RadiusX = 0.75; 1230temp.RadiusX = 0.75; 1260temp.RadiusX = 0.75; 1292temp.RadiusX = 0.75;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (4)
364topLeft.RadiusX = 1; 381topRight.RadiusX = 1; 400bottomLeft.RadiusX = 1; 421bottomRight.RadiusX = 1;
PresentationFramework.AeroLite (4)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (4)
364topLeft.RadiusX = 1; 381topRight.RadiusX = 1; 400bottomLeft.RadiusX = 1; 421bottomRight.RadiusX = 1;
PresentationFramework.Classic (4)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (4)
364topLeft.RadiusX = 1; 381topRight.RadiusX = 1; 400bottomLeft.RadiusX = 1; 421bottomRight.RadiusX = 1;
PresentationFramework.Luna (4)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (4)
364topLeft.RadiusX = 1; 381topRight.RadiusX = 1; 400bottomLeft.RadiusX = 1; 421bottomRight.RadiusX = 1;
PresentationFramework.Royale (4)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (4)
364topLeft.RadiusX = 1; 381topRight.RadiusX = 1; 400bottomLeft.RadiusX = 1; 421bottomRight.RadiusX = 1;
ReachFramework (1)
AlphaFlattener\BrushProxy.cs (1)
516rb.RadiusX = Math.Abs(rb.RadiusX * bounds.Width);
8 references to RadiusX
PresentationCore (1)
System\Windows\Media\RadialGradientBrush.cs (1)
129double tempRadiusX = RadiusX;
ReachFramework (7)
AlphaFlattener\BrushProxy.cs (6)
516rb.RadiusX = Math.Abs(rb.RadiusX * bounds.Width); 1930stopDistance = Math.Max(b.RadiusX, b.RadiusY) * (second.Offset - first.Offset); 2577if (Utility.AreClose(new Vector(Math.Abs(rbA.RadiusX), Math.Abs(rbA.RadiusY)) * rbA.Transform.Value, 2578new Vector(Math.Abs(rbB.RadiusX), Math.Abs(rbB.RadiusY)) * rbB.Transform.Value)) 2884!Utility.IsRenderVisible(radialBrush.RadiusX) || 4190_rx = Math.Abs(b.RadiusX);
Serialization\VisualSerializer.cs (1)
757WriteAttr("RadiusX", Math.Abs(rb.RadiusX * bounds.Width));