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