20 references to RibbonTwoLineText
System.Windows.Controls.Ribbon (20)
Microsoft\Windows\Automation\Peers\RibbonTwoLineTextAutomationPeer.cs (4)
32public RibbonTwoLineTextAutomationPeer(RibbonTwoLineText owner) : base(owner) 51RibbonTwoLineText tlt = (RibbonTwoLineText)Owner; 70name = ((RibbonTwoLineText)Owner).Text;
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (16)
40Type ownerType = typeof(RibbonTwoLineText); 63public static readonly DependencyProperty TextDecorationsProperty = TextBlock.TextDecorationsProperty.AddOwner(typeof(RibbonTwoLineText)); 71public static readonly DependencyProperty TextEffectsProperty = TextBlock.TextEffectsProperty.AddOwner(typeof(RibbonTwoLineText)); 79public static readonly DependencyProperty BaselineOffsetProperty = TextBlock.BaselineOffsetProperty.AddOwner(typeof(RibbonTwoLineText)); 87public static new readonly DependencyProperty PaddingProperty = TextBlock.PaddingProperty.AddOwner(typeof(RibbonTwoLineText)); 102TextBlock.TextAlignmentProperty.AddOwner(typeof(RibbonTwoLineText)); 117TextBlock.TextTrimmingProperty.AddOwner(typeof(RibbonTwoLineText)); 134TextBlock.LineHeightProperty.AddOwner(typeof(RibbonTwoLineText)); 149TextBlock.LineStackingStrategyProperty.AddOwner(typeof(RibbonTwoLineText)); 167typeof(RibbonTwoLineText), 186typeof(RibbonTwoLineText), 202TextBlock.TextProperty.AddOwner(typeof(RibbonTwoLineText), 212typeof(RibbonTwoLineText), 233typeof(RibbonTwoLineText), 280TreeHelper.InvalidateMeasureForVisualAncestorPath<RibbonTwoLineText>(_textBlock2); 313TreeHelper.InvalidateMeasureForVisualAncestorPath<RibbonTwoLineText>(_textBlock2);