3 references to BackgroundProperty
PresentationFramework (3)
src\Framework\System\Windows\Documents\TableColumn.cs (2)
84get { return (Brush) GetValue(BackgroundProperty); } 85set { SetValue(BackgroundProperty, value); }
src\Framework\System\Windows\Documents\TextSchema.cs (1)
1058TableColumn.BackgroundProperty,