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