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