18 references to BorderBrushProperty
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyph.cs (1)
82
templateBorder.SetValue(Border.
BorderBrushProperty
, new TemplateBindingExtension(BorderBrushProperty));
PresentationFramework (7)
System\Windows\Controls\Border.cs (2)
100
get { return (Brush) GetValue(
BorderBrushProperty
); }
101
set { SetValue(
BorderBrushProperty
, value); }
System\Windows\Controls\Control.cs (2)
66
= Border.
BorderBrushProperty
.AddOwner(typeof(Control),
68
Border.
BorderBrushProperty
.DefaultMetadata.DefaultValue,
System\Windows\Controls\Validation.cs (1)
602
border.SetValue(Border.
BorderBrushProperty
, Brushes.Red);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
1785
DependencyProperty dp = System.Windows.Controls.Border.
BorderBrushProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1690
return System.Windows.Controls.Border.
BorderBrushProperty
;
PresentationFramework.Aero (3)
Microsoft\Windows\Themes\BulletChrome.cs (1)
70
Border.
BorderBrushProperty
.AddOwner(
Microsoft\Windows\Themes\ButtonChrome.cs (1)
65
Border.
BorderBrushProperty
.AddOwner(
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
65
Border.
BorderBrushProperty
.AddOwner(
PresentationFramework.Aero2 (3)
Microsoft\Windows\Themes\BulletChrome.cs (1)
70
Border.
BorderBrushProperty
.AddOwner(
Microsoft\Windows\Themes\ButtonChrome.cs (1)
65
Border.
BorderBrushProperty
.AddOwner(
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
65
Border.
BorderBrushProperty
.AddOwner(
PresentationFramework.Luna (2)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
220
Border.
BorderBrushProperty
.AddOwner(
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
59
System.Windows.Controls.Border.
BorderBrushProperty
.AddOwner(
PresentationFramework.Royale (2)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
178
Border.
BorderBrushProperty
.AddOwner(
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
59
System.Windows.Controls.Border.
BorderBrushProperty
.AddOwner(