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