4 references to FontStyleProperty
PresentationFramework (4)
System\Windows\Controls\DataGridTextColumn.cs (4)
113DataGridHelper.SyncColumnProperty(this, e, TextElement.FontStyleProperty, FontStyleProperty); 137DataGridHelper.SyncColumnProperty(this, textElement, TextElement.FontStyleProperty, FontStyleProperty); 351get { return (FontStyle)GetValue(FontStyleProperty); } 352set { SetValue(FontStyleProperty, value); }