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