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