33 writes to RadiusY
PresentationFramework.Aero (8)
Microsoft\Windows\Themes\BulletChrome.cs (4)
1200temp.RadiusY = 0.75; 1231temp.RadiusY = 0.75; 1261temp.RadiusY = 0.75; 1293temp.RadiusY = 0.75;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (4)
365topLeft.RadiusY = 1; 382topRight.RadiusY = 1; 401bottomLeft.RadiusY = 1; 422bottomRight.RadiusY = 1;
PresentationFramework.Aero2 (8)
Microsoft\Windows\Themes\BulletChrome.cs (4)
1200temp.RadiusY = 0.75; 1231temp.RadiusY = 0.75; 1261temp.RadiusY = 0.75; 1293temp.RadiusY = 0.75;
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (4)
365topLeft.RadiusY = 1; 382topRight.RadiusY = 1; 401bottomLeft.RadiusY = 1; 422bottomRight.RadiusY = 1;
PresentationFramework.AeroLite (4)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (4)
365topLeft.RadiusY = 1; 382topRight.RadiusY = 1; 401bottomLeft.RadiusY = 1; 422bottomRight.RadiusY = 1;
PresentationFramework.Classic (4)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (4)
365topLeft.RadiusY = 1; 382topRight.RadiusY = 1; 401bottomLeft.RadiusY = 1; 422bottomRight.RadiusY = 1;
PresentationFramework.Luna (4)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (4)
365topLeft.RadiusY = 1; 382topRight.RadiusY = 1; 401bottomLeft.RadiusY = 1; 422bottomRight.RadiusY = 1;
PresentationFramework.Royale (4)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (4)
365topLeft.RadiusY = 1; 382topRight.RadiusY = 1; 401bottomLeft.RadiusY = 1; 422bottomRight.RadiusY = 1;
ReachFramework (1)
AlphaFlattener\BrushProxy.cs (1)
517rb.RadiusY = Math.Abs(rb.RadiusY * bounds.Height);
8 references to RadiusY
PresentationCore (1)
System\Windows\Media\RadialGradientBrush.cs (1)
132double tempRadiusY = RadiusY;
ReachFramework (7)
AlphaFlattener\BrushProxy.cs (6)
517rb.RadiusY = Math.Abs(rb.RadiusY * bounds.Height); 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)) 2885!Utility.IsRenderVisible(radialBrush.RadiusY)) 4191_ry = Math.Abs(b.RadiusY);
Serialization\VisualSerializer.cs (1)
758WriteAttr("RadiusY", Math.Abs(rb.RadiusY * bounds.Height));