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