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