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