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