2 references to ColorProperty
PresentationFramework.Aero (2)
parent\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (2)
56
get { return (Color)GetValue(
ColorProperty
); }
57
set { SetValue(
ColorProperty
, value); }