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