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