20 references to RibbonTwoLineText
System.Windows.Controls.Ribbon (20)
Microsoft\Windows\Automation\Peers\RibbonTwoLineTextAutomationPeer.cs (4)
35public RibbonTwoLineTextAutomationPeer(RibbonTwoLineText owner) : base(owner) 54RibbonTwoLineText tlt = (RibbonTwoLineText)Owner; 73name = ((RibbonTwoLineText)Owner).Text;
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (16)
44Type ownerType = typeof(RibbonTwoLineText); 67public static readonly DependencyProperty TextDecorationsProperty = TextBlock.TextDecorationsProperty.AddOwner(typeof(RibbonTwoLineText)); 75public static readonly DependencyProperty TextEffectsProperty = TextBlock.TextEffectsProperty.AddOwner(typeof(RibbonTwoLineText)); 83public static readonly DependencyProperty BaselineOffsetProperty = TextBlock.BaselineOffsetProperty.AddOwner(typeof(RibbonTwoLineText)); 91new public static readonly DependencyProperty PaddingProperty = TextBlock.PaddingProperty.AddOwner(typeof(RibbonTwoLineText)); 106TextBlock.TextAlignmentProperty.AddOwner(typeof(RibbonTwoLineText)); 121TextBlock.TextTrimmingProperty.AddOwner(typeof(RibbonTwoLineText)); 138TextBlock.LineHeightProperty.AddOwner(typeof(RibbonTwoLineText)); 153TextBlock.LineStackingStrategyProperty.AddOwner(typeof(RibbonTwoLineText)); 171typeof(RibbonTwoLineText), 190typeof(RibbonTwoLineText), 206TextBlock.TextProperty.AddOwner(typeof(RibbonTwoLineText), 216typeof(RibbonTwoLineText), 237typeof(RibbonTwoLineText), 284TreeHelper.InvalidateMeasureForVisualAncestorPath<RibbonTwoLineText>(_textBlock2); 317TreeHelper.InvalidateMeasureForVisualAncestorPath<RibbonTwoLineText>(_textBlock2);