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