2 references to LineHeightProperty
PresentationFramework (2)
System\Windows\Documents\TableCell.cs (2)
283
get { return (double)GetValue(
LineHeightProperty
); }
284
set { SetValue(
LineHeightProperty
, value); }