2 references to ColorProperty
PresentationFramework.Royale (2)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\SystemDropShadowChrome.cs (2)
51get { return (Color)GetValue(ColorProperty); } 52set { SetValue(ColorProperty, value); }