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