1 write to ColorProperty
PresentationCore (1)
System\Windows\Media\Generated\SolidColorBrush.cs (1)
323ColorProperty =
23 references to ColorProperty
PresentationCore (4)
System\Windows\Media\Generated\SolidColorBrush.cs (4)
71target.PropertyChanged(ColorProperty); 84return (Color) GetValue(ColorProperty); 88SetValueInternal(ColorProperty, value); 162DUCE.ResourceHandle hColorAnimations = GetAnimationResourceHandle(ColorProperty, channel);
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8503DependencyProperty dp = System.Windows.Media.SolidColorBrush.ColorProperty;
PresentationFramework.Aero (9)
Microsoft\Windows\Themes\BulletChrome.cs (4)
186chrome.BorderOverlayPen.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 187chrome.BackgroundOverlay.BeginAnimation(SolidColorBrush.ColorProperty, ca); 347chrome.BorderOverlayPen.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 350chrome.BackgroundOverlay.BeginAnimation(SolidColorBrush.ColorProperty, ca);
Microsoft\Windows\Themes\ButtonChrome.cs (2)
323chrome.BorderOverlayPen.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 352chrome.BorderOverlayPen.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca);
Microsoft\Windows\Themes\ScrollChrome.cs (3)
231chrome.OuterBorder.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 252OuterBorder.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 329chrome.OuterBorder.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca);
PresentationFramework.Aero2 (9)
Microsoft\Windows\Themes\BulletChrome.cs (4)
186chrome.BorderOverlayPen.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 187chrome.BackgroundOverlay.BeginAnimation(SolidColorBrush.ColorProperty, ca); 347chrome.BorderOverlayPen.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 350chrome.BackgroundOverlay.BeginAnimation(SolidColorBrush.ColorProperty, ca);
Microsoft\Windows\Themes\ButtonChrome.cs (2)
323chrome.BorderOverlayPen.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 352chrome.BorderOverlayPen.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca);
Microsoft\Windows\Themes\ScrollChrome.cs (3)
231chrome.OuterBorder.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 252OuterBorder.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 329chrome.OuterBorder.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca);