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