Microsoft\Windows\Themes\ScrollChrome.cs (15)
121chrome.Fill.BeginAnimation(LinearGradientBrush.OpacityProperty, da);
163chrome.Fill.BeginAnimation(LinearGradientBrush.OpacityProperty, da);
232chrome.Fill.GradientStops[0].BeginAnimation(GradientStop.ColorProperty, ca);
233chrome.Fill.GradientStops[1].BeginAnimation(GradientStop.ColorProperty, ca);
234chrome.Fill.GradientStops[2].BeginAnimation(GradientStop.ColorProperty, ca);
235chrome.Fill.GradientStops[3].BeginAnimation(GradientStop.ColorProperty, ca);
255Fill.GradientStops[0].BeginAnimation(GradientStop.ColorProperty, ca);
258Fill.GradientStops[1].BeginAnimation(GradientStop.ColorProperty, ca);
261Fill.GradientStops[2].BeginAnimation(GradientStop.ColorProperty, ca);
264Fill.GradientStops[3].BeginAnimation(GradientStop.ColorProperty, ca);
332chrome.Fill.GradientStops[0].BeginAnimation(GradientStop.ColorProperty, ca);
335chrome.Fill.GradientStops[1].BeginAnimation(GradientStop.ColorProperty, ca);
338chrome.Fill.GradientStops[2].BeginAnimation(GradientStop.ColorProperty, ca);
341chrome.Fill.GradientStops[3].BeginAnimation(GradientStop.ColorProperty, ca);
481Brush brush = Fill;