4 references to FontSizeProperty
PresentationFramework (4)
System\Windows\Controls\DataGridTextColumn.cs (4)
116
DataGridHelper.SyncColumnProperty(this, e, TextElement.FontSizeProperty,
FontSizeProperty
);
138
DataGridHelper.SyncColumnProperty(this, textElement, TextElement.FontSizeProperty,
FontSizeProperty
);
334
get { return (double)GetValue(
FontSizeProperty
); }
335
set { SetValue(
FontSizeProperty
, value); }