4 references to LineHeightProperty
PresentationFramework (4)
src\Framework\System\Windows\Controls\TextBlock.cs (4)
1000get { return (double)GetValue(LineHeightProperty); } 1001set { SetValue(LineHeightProperty, value); } 1016element.SetValue(LineHeightProperty, value); 1031return (double)element.GetValue(LineHeightProperty);