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