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