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