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