Microsoft\Windows\Themes\ScrollChrome.cs (15)
127chrome.Fill.BeginAnimation(LinearGradientBrush.OpacityProperty, da);
165chrome.Fill.BeginAnimation(LinearGradientBrush.OpacityProperty, da);
230chrome.Fill.GradientStops[0].BeginAnimation(GradientStop.ColorProperty, ca);
231chrome.Fill.GradientStops[1].BeginAnimation(GradientStop.ColorProperty, ca);
232chrome.Fill.GradientStops[2].BeginAnimation(GradientStop.ColorProperty, ca);
233chrome.Fill.GradientStops[3].BeginAnimation(GradientStop.ColorProperty, ca);
253Fill.GradientStops[0].BeginAnimation(GradientStop.ColorProperty, ca);
256Fill.GradientStops[1].BeginAnimation(GradientStop.ColorProperty, ca);
259Fill.GradientStops[2].BeginAnimation(GradientStop.ColorProperty, ca);
262Fill.GradientStops[3].BeginAnimation(GradientStop.ColorProperty, ca);
330chrome.Fill.GradientStops[0].BeginAnimation(GradientStop.ColorProperty, ca);
333chrome.Fill.GradientStops[1].BeginAnimation(GradientStop.ColorProperty, ca);
336chrome.Fill.GradientStops[2].BeginAnimation(GradientStop.ColorProperty, ca);
339chrome.Fill.GradientStops[3].BeginAnimation(GradientStop.ColorProperty, ca);
479Brush brush = Fill;