5 references to LineHeightProperty
PresentationFramework (4)
System\Windows\Controls\TextBlock.cs (4)
930get { return (double)GetValue(LineHeightProperty); } 931set { SetValue(LineHeightProperty, value); } 943element.SetValue(LineHeightProperty, value); 955return (double)element.GetValue(LineHeightProperty);
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (1)
135TextBlock.LineHeightProperty.AddOwner(typeof(RibbonTwoLineText));