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