6 references to BackgroundProperty
Microsoft.VisualStudio.LanguageServices (1)
InheritanceMargin\MarginGlyph\InheritanceMarginGlyph.cs (1)
81
templateBorder.SetValue(Border.
BackgroundProperty
, new TemplateBindingExtension(BackgroundProperty));
PresentationFramework (5)
System\Windows\Controls\Border.cs (2)
113
get { return (Brush) GetValue(
BackgroundProperty
); }
114
set { SetValue(
BackgroundProperty
, value); }
System\Windows\Controls\GridViewHeaderRowPresenter.cs (1)
1160
border.SetValue(Border.
BackgroundProperty
, new SolidColorBrush(Color.FromUInt32(0xFF000080)));
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
1770
DependencyProperty dp = System.Windows.Controls.Border.
BackgroundProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1688
return System.Windows.Controls.Border.
BackgroundProperty
;