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