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