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