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