17 references to BackgroundProperty
PresentationFramework (12)
src\Framework\System\Windows\Controls\Control.cs (2)
134get { return (Brush) GetValue(BackgroundProperty); } 135set { SetValue(BackgroundProperty, value); }
src\Framework\System\Windows\Controls\DataGridRow.cs (6)
106BackgroundProperty.OverrideMetadata(typeof(DataGridRow), new FrameworkPropertyMetadata(null, OnNotifyRowPropertyChanged, OnCoerceBackground)); 659BackgroundProperty, 668BackgroundProperty, 884e.Property == BackgroundProperty || e.Property == AlternationIndexProperty) 886DataGridHelper.TransferProperty(this, BackgroundProperty); 998DataGridHelper.TransferProperty(this, BackgroundProperty);
src\Framework\System\Windows\Controls\ScrollViewer.cs (1)
2735grid.SetValue(Grid.BackgroundProperty, new TemplateBindingExtension(BackgroundProperty));
src\Framework\System\Windows\Controls\ToolTip.cs (1)
41BackgroundProperty.OverrideMetadata(typeof(ToolTip), new FrameworkPropertyMetadata(SystemColors.InfoBrush));
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2102DependencyProperty dp = System.Windows.Controls.Control.BackgroundProperty;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1729return System.Windows.Controls.Control.BackgroundProperty;
PresentationFramework.Aero (3)
Microsoft\Windows\Themes\BulletChrome.cs (1)
62Control.BackgroundProperty.AddOwner(
Microsoft\Windows\Themes\ButtonChrome.cs (1)
60Control.BackgroundProperty.AddOwner(
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
57Control.BackgroundProperty.AddOwner(
PresentationFramework.Luna (1)
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
48Control.BackgroundProperty.AddOwner(
PresentationFramework.Royale (1)
parent\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
48Control.BackgroundProperty.AddOwner(