4 references to FontWeightProperty
PresentationFramework (4)
System\Windows\Controls\DataGridTextColumn.cs (4)
114
DataGridHelper.SyncColumnProperty(this, e, TextElement.FontWeightProperty,
FontWeightProperty
);
140
DataGridHelper.SyncColumnProperty(this, textElement, TextElement.FontWeightProperty,
FontWeightProperty
);
372
get { return (FontWeight)GetValue(
FontWeightProperty
); }
373
set { SetValue(
FontWeightProperty
, value); }