2 references to FontWeightProperty
PresentationFramework (2)
System\Windows\Controls\AccessText.cs (2)
194get { return (FontWeight) GetValue(FontWeightProperty); } 195set { SetValue(FontWeightProperty, value); }