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