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