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