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