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