2 references to BorderBrushProperty
PresentationFramework.Luna (2)
Microsoft\Windows\Themes\ButtonChrome.cs (2)
230get { return (Brush) GetValue(BorderBrushProperty); } 231set { SetValue(BorderBrushProperty, value); }