1 write to ColorProperty
PresentationCore (1)
System\Windows\Media\Generated\SolidColorBrush.cs (1)
309ColorProperty =
23 references to ColorProperty
PresentationCore (4)
System\Windows\Media\Generated\SolidColorBrush.cs (4)
61target.PropertyChanged(ColorProperty); 74return (Color) GetValue(ColorProperty); 78SetValueInternal(ColorProperty, value); 152DUCE.ResourceHandle hColorAnimations = GetAnimationResourceHandle(ColorProperty, channel);
PresentationFramework (1)
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
8504DependencyProperty dp = System.Windows.Media.SolidColorBrush.ColorProperty;
PresentationFramework.Aero (9)
Microsoft\Windows\Themes\BulletChrome.cs (4)
187chrome.BorderOverlayPen.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 188chrome.BackgroundOverlay.BeginAnimation(SolidColorBrush.ColorProperty, ca); 348chrome.BorderOverlayPen.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 351chrome.BackgroundOverlay.BeginAnimation(SolidColorBrush.ColorProperty, ca);
Microsoft\Windows\Themes\ButtonChrome.cs (2)
324chrome.BorderOverlayPen.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 353chrome.BorderOverlayPen.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca);
Microsoft\Windows\Themes\ScrollChrome.cs (3)
232chrome.OuterBorder.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 253OuterBorder.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 330chrome.OuterBorder.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca);
PresentationFramework.Aero2 (9)
Microsoft\Windows\Themes\BulletChrome.cs (4)
187chrome.BorderOverlayPen.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 188chrome.BackgroundOverlay.BeginAnimation(SolidColorBrush.ColorProperty, ca); 348chrome.BorderOverlayPen.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 351chrome.BackgroundOverlay.BeginAnimation(SolidColorBrush.ColorProperty, ca);
Microsoft\Windows\Themes\ButtonChrome.cs (2)
324chrome.BorderOverlayPen.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 353chrome.BorderOverlayPen.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca);
Microsoft\Windows\Themes\ScrollChrome.cs (3)
232chrome.OuterBorder.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 253OuterBorder.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 330chrome.OuterBorder.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca);