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