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