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