4 references to FontWeightProperty
PresentationFramework (4)
System\Windows\Controls\DataGridTextColumn.cs (4)
118
DataGridHelper.SyncColumnProperty(this, e, TextElement.FontWeightProperty,
FontWeightProperty
);
144
DataGridHelper.SyncColumnProperty(this, textElement, TextElement.FontWeightProperty,
FontWeightProperty
);
376
get { return (FontWeight)GetValue(
FontWeightProperty
); }
377
set { SetValue(
FontWeightProperty
, value); }