20 references to RibbonTwoLineText
System.Windows.Controls.Ribbon (20)
Microsoft\Windows\Automation\Peers\RibbonTwoLineTextAutomationPeer.cs (4)
33public RibbonTwoLineTextAutomationPeer(RibbonTwoLineText owner) : base(owner) 52RibbonTwoLineText tlt = (RibbonTwoLineText)Owner; 71name = ((RibbonTwoLineText)Owner).Text;
Microsoft\Windows\Controls\Ribbon\RibbonTwoLineText.cs (16)
41Type ownerType = typeof(RibbonTwoLineText); 64public static readonly DependencyProperty TextDecorationsProperty = TextBlock.TextDecorationsProperty.AddOwner(typeof(RibbonTwoLineText)); 72public static readonly DependencyProperty TextEffectsProperty = TextBlock.TextEffectsProperty.AddOwner(typeof(RibbonTwoLineText)); 80public static readonly DependencyProperty BaselineOffsetProperty = TextBlock.BaselineOffsetProperty.AddOwner(typeof(RibbonTwoLineText)); 88new public static readonly DependencyProperty PaddingProperty = TextBlock.PaddingProperty.AddOwner(typeof(RibbonTwoLineText)); 103TextBlock.TextAlignmentProperty.AddOwner(typeof(RibbonTwoLineText)); 118TextBlock.TextTrimmingProperty.AddOwner(typeof(RibbonTwoLineText)); 135TextBlock.LineHeightProperty.AddOwner(typeof(RibbonTwoLineText)); 150TextBlock.LineStackingStrategyProperty.AddOwner(typeof(RibbonTwoLineText)); 168typeof(RibbonTwoLineText), 187typeof(RibbonTwoLineText), 203TextBlock.TextProperty.AddOwner(typeof(RibbonTwoLineText), 213typeof(RibbonTwoLineText), 234typeof(RibbonTwoLineText), 281TreeHelper.InvalidateMeasureForVisualAncestorPath<RibbonTwoLineText>(_textBlock2); 314TreeHelper.InvalidateMeasureForVisualAncestorPath<RibbonTwoLineText>(_textBlock2);