31 references to BackgroundProperty
Microsoft.CodeAnalysis.EditorFeatures.Wpf (2)
QuickInfo\ContentControlService.cs (2)
63toolTip.SetResourceReference(Control.BackgroundProperty, backgroundResourceKey); 86toolTip.SetResourceReference(Control.BackgroundProperty, backgroundResourceKey);
Microsoft.VisualStudio.LanguageServices (3)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyph.cs (3)
69new Setter(BackgroundProperty, new DynamicResourceExtension(EnvironmentColors.ToolTipBrushKey)), 81templateBorder.SetValue(Border.BackgroundProperty, new TemplateBindingExtension(BackgroundProperty)); 146SetResourceReference(BackgroundProperty, VsBrushes.CommandBarMenuBackgroundGradientKey);
Microsoft.VisualStudio.LanguageServices.CSharp (1)
SemanticSearch\SemanticSearchToolWindowImpl.cs (1)
120toolbarGrid.SetResourceReference(Control.BackgroundProperty, EnvironmentColors.CommandBarGradientBrushKey);
PresentationFramework (12)
System\Windows\Controls\Control.cs (2)
133get { return (Brush) GetValue(BackgroundProperty); } 134set { SetValue(BackgroundProperty, value); }
System\Windows\Controls\DataGridRow.cs (6)
105BackgroundProperty.OverrideMetadata(typeof(DataGridRow), new FrameworkPropertyMetadata(null, OnNotifyRowPropertyChanged, OnCoerceBackground)); 658BackgroundProperty, 667BackgroundProperty, 883e.Property == BackgroundProperty || e.Property == AlternationIndexProperty) 885DataGridHelper.TransferProperty(this, BackgroundProperty); 997DataGridHelper.TransferProperty(this, BackgroundProperty);
System\Windows\Controls\ScrollViewer.cs (1)
2695grid.SetValue(Grid.BackgroundProperty, new TemplateBindingExtension(BackgroundProperty));
System\Windows\Controls\ToolTip.cs (1)
40BackgroundProperty.OverrideMetadata(typeof(ToolTip), new FrameworkPropertyMetadata(SystemColors.InfoBrush));
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2110DependencyProperty dp = System.Windows.Controls.Control.BackgroundProperty;
System\Windows\Markup\KnownTypes.cs (1)
1728return System.Windows.Controls.Control.BackgroundProperty;
PresentationFramework.Aero (3)
Microsoft\Windows\Themes\BulletChrome.cs (1)
56Control.BackgroundProperty.AddOwner(
Microsoft\Windows\Themes\ButtonChrome.cs (1)
54Control.BackgroundProperty.AddOwner(
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
51Control.BackgroundProperty.AddOwner(
PresentationFramework.Aero2 (3)
Microsoft\Windows\Themes\BulletChrome.cs (1)
56Control.BackgroundProperty.AddOwner(
Microsoft\Windows\Themes\ButtonChrome.cs (1)
54Control.BackgroundProperty.AddOwner(
Microsoft\Windows\Themes\ListBoxChrome.cs (1)
51Control.BackgroundProperty.AddOwner(
PresentationFramework.Luna (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
43Control.BackgroundProperty.AddOwner(
PresentationFramework.Royale (1)
src\Microsoft.DotNet.Wpf\src\Themes\Shared\Microsoft\Windows\Themes\BulletChrome.cs (1)
43Control.BackgroundProperty.AddOwner(
System.Windows.Controls.Ribbon (2)
Microsoft\Windows\Controls\KeyTipAdorner.cs (1)
130_keyTipControl.ClearValue(Control.BackgroundProperty);
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1660new PropertyAndTransferMode () { Property = Control.BackgroundProperty, Mode = TransferMode.AlwaysTransfer },
WindowsFormsIntegration (3)
System\Windows\Integration\WindowsFormsHost.cs (2)
397backgroundBrush = (Brush)dependencyObject.GetValue(SWC.Control.BackgroundProperty); 694SWC.Control.BackgroundProperty.AddOwner(typeof(WindowsFormsHost));
System\Windows\Integration\WindowsFormsHostPropertyMap.cs (1)
68brush = (Brush)parent.GetValue(SWC.Control.BackgroundProperty);