2 references to LineHeightProperty
PresentationFramework (2)
src\Framework\System\Windows\Controls\AccessText.cs (2)
319get { return (double) GetValue(LineHeightProperty); } 320set { SetValue(LineHeightProperty, value); }