2 references to FontWeightProperty
PresentationFramework (2)
src\Framework\System\Windows\Documents\FlowDocument.cs (2)
249
get { return (FontWeight) GetValue(
FontWeightProperty
); }
250
set { SetValue(
FontWeightProperty
, value); }