1 write to ColorProperty
PresentationCore (1)
Core\CSharp\System\Windows\Media\Generated\SolidColorBrush.cs (1)
354ColorProperty =
14 references to ColorProperty
PresentationCore (4)
Core\CSharp\System\Windows\Media\Generated\SolidColorBrush.cs (4)
95target.PropertyChanged(ColorProperty); 108return (Color) GetValue(ColorProperty); 112SetValueInternal(ColorProperty, value); 192DUCE.ResourceHandle hColorAnimations = GetAnimationResourceHandle(ColorProperty, channel);
PresentationFramework (1)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
7830DependencyProperty dp = System.Windows.Media.SolidColorBrush.ColorProperty;
PresentationFramework.Aero (9)
Microsoft\Windows\Themes\BulletChrome.cs (4)
195chrome.BorderOverlayPen.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 196chrome.BackgroundOverlay.BeginAnimation(SolidColorBrush.ColorProperty, ca); 356chrome.BorderOverlayPen.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 359chrome.BackgroundOverlay.BeginAnimation(SolidColorBrush.ColorProperty, ca);
Microsoft\Windows\Themes\ButtonChrome.cs (2)
333chrome.BorderOverlayPen.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 358chrome.BorderOverlayPen.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca);
Microsoft\Windows\Themes\ScrollChrome.cs (3)
235chrome.OuterBorder.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 256OuterBorder.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca); 333chrome.OuterBorder.Brush.BeginAnimation(SolidColorBrush.ColorProperty, ca);