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