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