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