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