17 references to BorderBrushProperty
PresentationFramework (7)
System\Windows\Controls\Border.cs (2)
104get { return (Brush) GetValue(BorderBrushProperty); } 105set { SetValue(BorderBrushProperty, value); }
System\Windows\Controls\Control.cs (2)
75= Border.BorderBrushProperty.AddOwner(typeof(Control), 77Border.BorderBrushProperty.DefaultMetadata.DefaultValue,
System\Windows\Controls\Validation.cs (1)
610border.SetValue(Border.BorderBrushProperty, Brushes.Red);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
1787DependencyProperty 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)
76Border.BorderBrushProperty.AddOwner(
Microsoft\Windows\Themes\ButtonChrome.cs (1)
74Border.BorderBrushProperty.AddOwner(
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
71Border.BorderBrushProperty.AddOwner(
PresentationFramework.Aero2 (3)
Microsoft\Windows\Themes\BulletChrome.cs (1)
76Border.BorderBrushProperty.AddOwner(
Microsoft\Windows\Themes\ButtonChrome.cs (1)
74Border.BorderBrushProperty.AddOwner(
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
71Border.BorderBrushProperty.AddOwner(
PresentationFramework.Luna (2)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
223Border.BorderBrushProperty.AddOwner(
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
63System.Windows.Controls.Border.BorderBrushProperty.AddOwner(
PresentationFramework.Royale (2)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
181Border.BorderBrushProperty.AddOwner(
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
63System.Windows.Controls.Border.BorderBrushProperty.AddOwner(