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