14 references to BorderBrushProperty
PresentationFramework (7)
src\Framework\System\Windows\Controls\Border.cs (2)
111get { return (Brush) GetValue(BorderBrushProperty); } 112set { SetValue(BorderBrushProperty, value); }
src\Framework\System\Windows\Controls\Control.cs (2)
76= Border.BorderBrushProperty.AddOwner(typeof(Control), 78Border.BorderBrushProperty.DefaultMetadata.DefaultValue,
src\Framework\System\Windows\Controls\Validation.cs (1)
605border.SetValue(Border.BorderBrushProperty, Brushes.Red);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
1779DependencyProperty dp = System.Windows.Controls.Border.BorderBrushProperty;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1691return System.Windows.Controls.Border.BorderBrushProperty;
PresentationFramework.Aero (3)
Microsoft\Windows\Themes\BulletChrome.cs (1)
82Border.BorderBrushProperty.AddOwner(
Microsoft\Windows\Themes\ButtonChrome.cs (1)
80Border.BorderBrushProperty.AddOwner(
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
77Border.BorderBrushProperty.AddOwner(
PresentationFramework.Luna (2)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
231Border.BorderBrushProperty.AddOwner(
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
68System.Windows.Controls.Border.BorderBrushProperty.AddOwner(
PresentationFramework.Royale (2)
Microsoft\Windows\Themes\ButtonChrome.cs (1)
189Border.BorderBrushProperty.AddOwner(
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
68System.Windows.Controls.Border.BorderBrushProperty.AddOwner(