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