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