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