2 references to ForegroundProperty
PresentationFramework (2)
System\Windows\Controls\Page.cs (2)
440get { return (Brush) GetValue(ForegroundProperty); } 441set { SetValue(ForegroundProperty, value); }