2 references to BackgroundProperty
PresentationFramework (2)
System\Windows\Controls\AccessText.cs (2)
261
get { return (Brush) GetValue(
BackgroundProperty
); }
262
set { SetValue(
BackgroundProperty
, value); }