43 references to RibbonTextBox
System.Windows.Controls.Ribbon (43)
Microsoft\Windows\Automation\Peers\RibbonTextBoxAutomationPeer.cs (9)
37
public RibbonTextBoxAutomationPeer(
RibbonTextBox
owner): base(owner)
50
string accessKey = ((
RibbonTextBox
)Owner).KeyTip;
75
name = ((
RibbonTextBox
)Owner).Label;
89
RibbonToolTip toolTip = ((
RibbonTextBox
)Owner).ToolTip as RibbonToolTip;
107
RoutedUICommand uiCommand = ((
RibbonTextBox
)Owner).Command as RoutedUICommand;
137
RibbonTextBox
rtb = (
RibbonTextBox
)Owner;
146
RibbonTextBox
textBox = (
RibbonTextBox
)Owner;
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (34)
31
[TemplatePart(Name =
RibbonTextBox
.ContentHostTemplatePartName, Type = typeof(ScrollViewer))]
43
Type ownerType = typeof(
RibbonTextBox
);
98
typeof(
RibbonTextBox
),
117
typeof(
RibbonTextBox
),
136
typeof(
RibbonTextBox
),
160
RibbonTextBox
textBox = (
RibbonTextBox
)d;
220
RibbonTextBox
textBox = (
RibbonTextBox
)d;
270
RibbonControlService.LargeImageSourceProperty.AddOwner(typeof(
RibbonTextBox
));
285
RibbonControlService.SmallImageSourceProperty.AddOwner(typeof(
RibbonTextBox
));
300
RibbonControlService.LabelProperty.AddOwner(typeof(
RibbonTextBox
));
315
RibbonControlService.ToolTipTitleProperty.AddOwner(typeof(
RibbonTextBox
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
330
RibbonControlService.ToolTipDescriptionProperty.AddOwner(typeof(
RibbonTextBox
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
345
RibbonControlService.ToolTipImageSourceProperty.AddOwner(typeof(
RibbonTextBox
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
360
RibbonControlService.ToolTipFooterTitleProperty.AddOwner(typeof(
RibbonTextBox
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
375
RibbonControlService.ToolTipFooterDescriptionProperty.AddOwner(typeof(
RibbonTextBox
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
390
RibbonControlService.ToolTipFooterImageSourceProperty.AddOwner(typeof(
RibbonTextBox
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
409
RibbonControlService.ControlSizeDefinitionProperty.AddOwner(typeof(
RibbonTextBox
));
424
RibbonControlService.IsInControlGroupProperty.AddOwner(typeof(
RibbonTextBox
));
443
RibbonControlService.QuickAccessToolBarControlSizeDefinitionProperty.AddOwner(typeof(
RibbonTextBox
));
458
RibbonControlService.IsInQuickAccessToolBarProperty.AddOwner(typeof(
RibbonTextBox
));
489
RibbonControlService.RibbonProperty.AddOwner(typeof(
RibbonTextBox
));
503
RibbonControlService.MouseOverBorderBrushProperty.AddOwner(typeof(
RibbonTextBox
));
518
RibbonControlService.MouseOverBackgroundProperty.AddOwner(typeof(
RibbonTextBox
));
533
RibbonControlService.FocusedBackgroundProperty.AddOwner(typeof(
RibbonTextBox
));
548
RibbonControlService.FocusedBorderBrushProperty.AddOwner(typeof(
RibbonTextBox
));
563
RibbonControlService.ShowKeyboardCuesProperty.AddOwner(typeof(
RibbonTextBox
));
596
typeof(
RibbonTextBox
),
632
RibbonControlService.QuickAccessToolBarIdProperty.AddOwner(typeof(
RibbonTextBox
));
647
RibbonControlService.CanAddToQuickAccessToolBarDirectlyProperty.AddOwner(typeof(
RibbonTextBox
),
668
KeyTipService.KeyTipProperty.AddOwner(typeof(
RibbonTextBox
));
681
((
RibbonTextBox
)sender).OnActivatingKeyTip(e);
694
((
RibbonTextBox
)sender).OnKeyTipAccessed(e);