18 references to BackgroundProperty
PresentationFramework (17)
System\Windows\Controls\Border.cs (1)
182Panel.BackgroundProperty.AddOwner(typeof(Border),
System\Windows\Controls\Control.cs (2)
109Panel.BackgroundProperty.AddOwner(typeof(Control), 111Panel.BackgroundProperty.DefaultMetadata.DefaultValue,
System\Windows\Controls\InkCanvas.cs (2)
401Panel.BackgroundProperty.AddOwner( 2207_innerCanvas.SetBinding(Panel.BackgroundProperty, background);
System\Windows\Controls\Page.cs (2)
311Panel.BackgroundProperty.AddOwner( 314Panel.BackgroundProperty.GetDefaultValue(typeof(Panel)),
System\Windows\Controls\Panel.cs (2)
124get { return (Brush) GetValue(BackgroundProperty); } 125set { SetValue(BackgroundProperty, value); }
System\Windows\Controls\Primitives\BulletDecorator.cs (1)
56Panel.BackgroundProperty.AddOwner(typeof(BulletDecorator),
System\Windows\Controls\ScrollViewer.cs (1)
2683grid.SetValue(Grid.BackgroundProperty, new TemplateBindingExtension(BackgroundProperty));
System\Windows\Controls\ToolBarTray.cs (1)
71Panel.BackgroundProperty.AddOwner(typeof(ToolBarTray),
System\Windows\Documents\FixedPage.cs (1)
431Panel.BackgroundProperty.AddOwner(
System\Windows\Documents\TableColumn.cs (1)
242Panel.BackgroundProperty.AddOwner(
System\windows\Documents\TextSelection.cs (1)
1614backgroundPropertyValue = textEditor.UiScope.GetValue(System.Windows.Controls.Panel.BackgroundProperty);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3257DependencyProperty dp = System.Windows.Controls.Panel.BackgroundProperty;
System\Windows\Markup\KnownTypes.cs (1)
1845return System.Windows.Controls.Panel.BackgroundProperty;
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
143Panel.BackgroundProperty.AddOwner(typeof(ClassicBorderDecorator),