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