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