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