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