5 references to LineHeightProperty
PresentationFramework (4)
System\Windows\Controls\TextBlock.cs (4)
927get { return (double)GetValue(LineHeightProperty); } 928set { SetValue(LineHeightProperty, value); } 940element.SetValue(LineHeightProperty, value); 952return (double)element.GetValue(LineHeightProperty);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (1)
134TextBlock.LineHeightProperty.AddOwner(typeof(RibbonTwoLineText));