18 references to BackgroundProperty
PresentationFramework (17)
System\Windows\Controls\Border.cs (1)
187
Panel.
BackgroundProperty
.AddOwner(typeof(Border),
System\Windows\Controls\Control.cs (2)
119
Panel.
BackgroundProperty
.AddOwner(typeof(Control),
121
Panel.
BackgroundProperty
.DefaultMetadata.DefaultValue,
System\Windows\Controls\InkCanvas.cs (2)
404
Panel.
BackgroundProperty
.AddOwner(
2204
_innerCanvas.SetBinding(Panel.
BackgroundProperty
, background);
System\Windows\Controls\Page.cs (2)
330
Panel.
BackgroundProperty
.AddOwner(
333
Panel.
BackgroundProperty
.GetDefaultValue(typeof(Panel)),
System\Windows\Controls\Panel.cs (2)
132
get { return (Brush) GetValue(
BackgroundProperty
); }
133
set { SetValue(
BackgroundProperty
, value); }
System\Windows\Controls\Primitives\BulletDecorator.cs (1)
63
Panel.
BackgroundProperty
.AddOwner(typeof(BulletDecorator),
System\Windows\Controls\ScrollViewer.cs (1)
2695
grid.SetValue(Grid.
BackgroundProperty
, new TemplateBindingExtension(BackgroundProperty));
System\Windows\Controls\ToolBarTray.cs (1)
80
Panel.
BackgroundProperty
.AddOwner(typeof(ToolBarTray),
System\Windows\Documents\FixedPage.cs (1)
438
Panel.
BackgroundProperty
.AddOwner(
System\Windows\Documents\TableColumn.cs (1)
251
Panel.
BackgroundProperty
.AddOwner(
System\windows\Documents\TextSelection.cs (1)
1633
backgroundPropertyValue = textEditor.UiScope.GetValue(System.Windows.Controls.Panel.
BackgroundProperty
);
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
3148
DependencyProperty dp = System.Windows.Controls.Panel.
BackgroundProperty
;
System\Windows\Markup\KnownTypes.cs (1)
1852
return System.Windows.Controls.Panel.
BackgroundProperty
;
PresentationFramework.Classic (1)
Microsoft\Windows\Themes\ClassicBorderDecorator.cs (1)
147
Panel.
BackgroundProperty
.AddOwner(typeof(ClassicBorderDecorator),