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