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