5 references to BackgroundProperty
PresentationFramework (5)
src\Framework\System\Windows\Controls\Border.cs (2)
120
get { return (Brush) GetValue(
BackgroundProperty
); }
121
set { SetValue(
BackgroundProperty
, value); }
src\Framework\System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1163
border.SetValue(Border.
BackgroundProperty
, new SolidColorBrush(Color.FromUInt32(0xFF000080)));
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
1762
DependencyProperty dp = System.Windows.Controls.Border.
BackgroundProperty
;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1689
return System.Windows.Controls.Border.
BackgroundProperty
;