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