2 references to FontStyleProperty
PresentationFramework (2)
System\Windows\Controls\AccessText.cs (2)
179
get { return (FontStyle) GetValue(
FontStyleProperty
); }
180
set { SetValue(
FontStyleProperty
, value); }