1 write to ColorProperty
PresentationCore (1)
System\Windows\Media\Generated\SolidColorBrush.cs (1)
337ColorProperty =
23 references to ColorProperty
PresentationCore (4)
System\Windows\Media\Generated\SolidColorBrush.cs (4)
89target.PropertyChanged(ColorProperty); 102return (Color) GetValue(ColorProperty); 106SetValueInternal(ColorProperty, value); 180DUCE.ResourceHandle hColorAnimations = GetAnimationResourceHandle(ColorProperty, channel);
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7872DependencyProperty dp = System.Windows.Media.SolidColorBrush.ColorProperty;
PresentationFramework.Aero (9)
Microsoft\Windows\Themes\BulletChrome.cs (4)
189chrome.BorderOverlayPen.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 190chrome.BackgroundOverlay.BeginAnimation(SolidColorBrush.ColorProperty, ca); 350chrome.BorderOverlayPen.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 353chrome.BackgroundOverlay.BeginAnimation(SolidColorBrush.ColorProperty, ca);
Microsoft\Windows\Themes\ButtonChrome.cs (2)
327chrome.BorderOverlayPen.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 352chrome.BorderOverlayPen.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca);
Microsoft\Windows\Themes\ScrollChrome.cs (3)
229chrome.OuterBorder.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 250OuterBorder.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 327chrome.OuterBorder.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca);
PresentationFramework.Aero2 (9)
Microsoft\Windows\Themes\BulletChrome.cs (4)
189chrome.BorderOverlayPen.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 190chrome.BackgroundOverlay.BeginAnimation(SolidColorBrush.ColorProperty, ca); 350chrome.BorderOverlayPen.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 353chrome.BackgroundOverlay.BeginAnimation(SolidColorBrush.ColorProperty, ca);
Microsoft\Windows\Themes\ButtonChrome.cs (2)
327chrome.BorderOverlayPen.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 352chrome.BorderOverlayPen.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca);
Microsoft\Windows\Themes\ScrollChrome.cs (3)
229chrome.OuterBorder.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 250OuterBorder.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 327chrome.OuterBorder.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca);