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