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