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