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