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