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