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