3 references to BackgroundProperty
PresentationFramework (3)
System\Windows\Documents\TableColumn.cs (2)
79
get { return (Brush) GetValue(
BackgroundProperty
); }
80
set { SetValue(
BackgroundProperty
, value); }
System\Windows\Documents\TextSchema.cs (1)
1056
TableColumn.
BackgroundProperty
,