4 references to FontStyleProperty
PresentationFramework (4)
System\Windows\Controls\DataGridTextColumn.cs (4)
117DataGridHelper.SyncColumnProperty(this, e, TextElement.FontStyleProperty, FontStyleProperty); 141DataGridHelper.SyncColumnProperty(this, textElement, TextElement.FontStyleProperty, FontStyleProperty); 355get { return (FontStyle)GetValue(FontStyleProperty); } 356set { SetValue(FontStyleProperty, value); }