2 references to BackgroundProperty
PresentationFramework.Royale (2)
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
59
get { return (Brush) GetValue(
BackgroundProperty
); }
60
set { SetValue(
BackgroundProperty
, value); }