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