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