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