2 references to ForegroundProperty
PresentationFramework (2)
src\Framework\System\Windows\Documents\FlowDocument.cs (2)
298
get { return (Brush) GetValue(
ForegroundProperty
); }
299
set { SetValue(
ForegroundProperty
, value); }