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