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