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