Microsoft\Windows\Themes\ScrollChrome.cs (15)
133chrome.Fill.BeginAnimation(LinearGradientBrush.OpacityProperty, da);
171chrome.Fill.BeginAnimation(LinearGradientBrush.OpacityProperty, da);
236chrome.Fill.GradientStops[0].BeginAnimation(GradientStop.ColorProperty, ca);
237chrome.Fill.GradientStops[1].BeginAnimation(GradientStop.ColorProperty, ca);
238chrome.Fill.GradientStops[2].BeginAnimation(GradientStop.ColorProperty, ca);
239chrome.Fill.GradientStops[3].BeginAnimation(GradientStop.ColorProperty, ca);
259Fill.GradientStops[0].BeginAnimation(GradientStop.ColorProperty, ca);
262Fill.GradientStops[1].BeginAnimation(GradientStop.ColorProperty, ca);
265Fill.GradientStops[2].BeginAnimation(GradientStop.ColorProperty, ca);
268Fill.GradientStops[3].BeginAnimation(GradientStop.ColorProperty, ca);
336chrome.Fill.GradientStops[0].BeginAnimation(GradientStop.ColorProperty, ca);
339chrome.Fill.GradientStops[1].BeginAnimation(GradientStop.ColorProperty, ca);
342chrome.Fill.GradientStops[2].BeginAnimation(GradientStop.ColorProperty, ca);
345chrome.Fill.GradientStops[3].BeginAnimation(GradientStop.ColorProperty, ca);
485Brush brush = Fill;