4 references to FontSizeProperty
PresentationFramework (4)
System\Windows\Controls\DataGridTextColumn.cs (4)
113
DataGridHelper.SyncColumnProperty(this, e, TextElement.FontSizeProperty,
FontSizeProperty
);
135
DataGridHelper.SyncColumnProperty(this, textElement, TextElement.FontSizeProperty,
FontSizeProperty
);
331
get { return (double)GetValue(
FontSizeProperty
); }
332
set { SetValue(
FontSizeProperty
, value); }