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)
99get { return (Brush) GetValue(BorderBrushProperty); } 100set { SetValue(BorderBrushProperty, value); }
System\Windows\Controls\Control.cs (2)
65= Border.BorderBrushProperty.AddOwner(typeof(Control), 67Border.BorderBrushProperty.DefaultMetadata.DefaultValue,
System\Windows\Controls\Validation.cs (1)
595border.SetValue(Border.BorderBrushProperty, Brushes.Red);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
1788DependencyProperty dp = System.Windows.Controls.Border.BorderBrushProperty;
System\Windows\Markup\KnownTypes.cs (1)
1683return System.Windows.Controls.Border.BorderBrushProperty;
PresentationFramework.Aero (3)
Microsoft\Windows\Themes\BulletChrome.cs (1)
69Border.BorderBrushProperty.AddOwner(
Microsoft\Windows\Themes\ButtonChrome.cs (1)
64Border.BorderBrushProperty.AddOwner(
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
64Border.BorderBrushProperty.AddOwner(
PresentationFramework.Aero2 (3)
Microsoft\Windows\Themes\BulletChrome.cs (1)
69Border.BorderBrushProperty.AddOwner(
Microsoft\Windows\Themes\ButtonChrome.cs (1)
64Border.BorderBrushProperty.AddOwner(
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
64Border.BorderBrushProperty.AddOwner(
PresentationFramework.Luna (2)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
219Border.BorderBrushProperty.AddOwner(
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
56System.Windows.Controls.Border.BorderBrushProperty.AddOwner(
PresentationFramework.Royale (2)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
177Border.BorderBrushProperty.AddOwner(
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
56System.Windows.Controls.Border.BorderBrushProperty.AddOwner(