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