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