2 references to BorderBrushProperty
PresentationFramework.Luna (2)
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (2)
79
get { return (Brush) GetValue(
BorderBrushProperty
); }
80
set { SetValue(
BorderBrushProperty
, value); }