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