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