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