43 references to RibbonTextBox
System.Windows.Controls.Ribbon (43)
Microsoft\Windows\Automation\Peers\RibbonTextBoxAutomationPeer.cs (9)
38
public RibbonTextBoxAutomationPeer(
RibbonTextBox
owner): base(owner)
51
string accessKey = ((
RibbonTextBox
)Owner).KeyTip;
76
name = ((
RibbonTextBox
)Owner).Label;
90
RibbonToolTip toolTip = ((
RibbonTextBox
)Owner).ToolTip as RibbonToolTip;
108
RoutedUICommand uiCommand = ((
RibbonTextBox
)Owner).Command as RoutedUICommand;
138
RibbonTextBox
rtb = (
RibbonTextBox
)Owner;
147
RibbonTextBox
textBox = (
RibbonTextBox
)Owner;
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (34)
32
[TemplatePart(Name =
RibbonTextBox
.ContentHostTemplatePartName, Type = typeof(ScrollViewer))]
44
Type ownerType = typeof(
RibbonTextBox
);
99
typeof(
RibbonTextBox
),
118
typeof(
RibbonTextBox
),
137
typeof(
RibbonTextBox
),
161
RibbonTextBox
textBox = (
RibbonTextBox
)d;
221
RibbonTextBox
textBox = (
RibbonTextBox
)d;
271
RibbonControlService.LargeImageSourceProperty.AddOwner(typeof(
RibbonTextBox
));
286
RibbonControlService.SmallImageSourceProperty.AddOwner(typeof(
RibbonTextBox
));
301
RibbonControlService.LabelProperty.AddOwner(typeof(
RibbonTextBox
));
316
RibbonControlService.ToolTipTitleProperty.AddOwner(typeof(
RibbonTextBox
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
331
RibbonControlService.ToolTipDescriptionProperty.AddOwner(typeof(
RibbonTextBox
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
346
RibbonControlService.ToolTipImageSourceProperty.AddOwner(typeof(
RibbonTextBox
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
361
RibbonControlService.ToolTipFooterTitleProperty.AddOwner(typeof(
RibbonTextBox
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
376
RibbonControlService.ToolTipFooterDescriptionProperty.AddOwner(typeof(
RibbonTextBox
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
391
RibbonControlService.ToolTipFooterImageSourceProperty.AddOwner(typeof(
RibbonTextBox
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
410
RibbonControlService.ControlSizeDefinitionProperty.AddOwner(typeof(
RibbonTextBox
));
425
RibbonControlService.IsInControlGroupProperty.AddOwner(typeof(
RibbonTextBox
));
444
RibbonControlService.QuickAccessToolBarControlSizeDefinitionProperty.AddOwner(typeof(
RibbonTextBox
));
459
RibbonControlService.IsInQuickAccessToolBarProperty.AddOwner(typeof(
RibbonTextBox
));
490
RibbonControlService.RibbonProperty.AddOwner(typeof(
RibbonTextBox
));
504
RibbonControlService.MouseOverBorderBrushProperty.AddOwner(typeof(
RibbonTextBox
));
519
RibbonControlService.MouseOverBackgroundProperty.AddOwner(typeof(
RibbonTextBox
));
534
RibbonControlService.FocusedBackgroundProperty.AddOwner(typeof(
RibbonTextBox
));
549
RibbonControlService.FocusedBorderBrushProperty.AddOwner(typeof(
RibbonTextBox
));
564
RibbonControlService.ShowKeyboardCuesProperty.AddOwner(typeof(
RibbonTextBox
));
597
typeof(
RibbonTextBox
),
633
RibbonControlService.QuickAccessToolBarIdProperty.AddOwner(typeof(
RibbonTextBox
));
648
RibbonControlService.CanAddToQuickAccessToolBarDirectlyProperty.AddOwner(typeof(
RibbonTextBox
),
669
KeyTipService.KeyTipProperty.AddOwner(typeof(
RibbonTextBox
));
682
((
RibbonTextBox
)sender).OnActivatingKeyTip(e);
695
((
RibbonTextBox
)sender).OnKeyTipAccessed(e);