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