18 references to BackgroundProperty
PresentationFramework (17)
src\Framework\System\Windows\Controls\Border.cs (1)
194Panel.BackgroundProperty.AddOwner(typeof(Border),
src\Framework\System\Windows\Controls\Control.cs (2)
120Panel.BackgroundProperty.AddOwner(typeof(Control), 122Panel.BackgroundProperty.DefaultMetadata.DefaultValue,
src\Framework\System\Windows\Controls\InkCanvas.cs (2)
416Panel.BackgroundProperty.AddOwner( 2329_innerCanvas.SetBinding(Panel.BackgroundProperty, background);
src\Framework\System\Windows\Controls\Page.cs (2)
338Panel.BackgroundProperty.AddOwner( 341Panel.BackgroundProperty.GetDefaultValue(typeof(Panel)),
src\Framework\System\Windows\Controls\Panel.cs (2)
136get { return (Brush) GetValue(BackgroundProperty); } 137set { SetValue(BackgroundProperty, value); }
src\Framework\System\Windows\Controls\Primitives\BulletDecorator.cs (1)
63Panel.BackgroundProperty.AddOwner(typeof(BulletDecorator),
src\Framework\System\Windows\Controls\ScrollViewer.cs (1)
2735grid.SetValue(Grid.BackgroundProperty, new TemplateBindingExtension(BackgroundProperty));
src\Framework\System\Windows\Controls\ToolBarTray.cs (1)
81Panel.BackgroundProperty.AddOwner(typeof(ToolBarTray),
src\Framework\System\Windows\Documents\FixedPage.cs (1)
445Panel.BackgroundProperty.AddOwner(
src\Framework\System\Windows\Documents\TableColumn.cs (1)
256Panel.BackgroundProperty.AddOwner(
src\Framework\System\windows\Documents\TextSelection.cs (1)
1636backgroundPropertyValue = textEditor.UiScope.GetValue(System.Windows.Controls.Panel.BackgroundProperty);
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3140DependencyProperty dp = System.Windows.Controls.Panel.BackgroundProperty;
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1853return System.Windows.Controls.Panel.BackgroundProperty;
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
152Panel.BackgroundProperty.AddOwner(typeof(ClassicBorderDecorator),