Microsoft\Windows\Themes\ScrollChrome.cs (15)
122chrome.Fill.BeginAnimation(LinearGradientBrush.OpacityProperty, da);
164chrome.Fill.BeginAnimation(LinearGradientBrush.OpacityProperty, da);
233chrome.Fill.GradientStops[0].BeginAnimation(GradientStop.ColorProperty, ca);
234chrome.Fill.GradientStops[1].BeginAnimation(GradientStop.ColorProperty, ca);
235chrome.Fill.GradientStops[2].BeginAnimation(GradientStop.ColorProperty, ca);
236chrome.Fill.GradientStops[3].BeginAnimation(GradientStop.ColorProperty, ca);
256Fill.GradientStops[0].BeginAnimation(GradientStop.ColorProperty, ca);
259Fill.GradientStops[1].BeginAnimation(GradientStop.ColorProperty, ca);
262Fill.GradientStops[2].BeginAnimation(GradientStop.ColorProperty, ca);
265Fill.GradientStops[3].BeginAnimation(GradientStop.ColorProperty, ca);
333chrome.Fill.GradientStops[0].BeginAnimation(GradientStop.ColorProperty, ca);
336chrome.Fill.GradientStops[1].BeginAnimation(GradientStop.ColorProperty, ca);
339chrome.Fill.GradientStops[2].BeginAnimation(GradientStop.ColorProperty, ca);
342chrome.Fill.GradientStops[3].BeginAnimation(GradientStop.ColorProperty, ca);
482Brush brush = Fill;