43 references to RibbonTextBox
System.Windows.Controls.Ribbon (43)
Microsoft\Windows\Automation\Peers\RibbonTextBoxAutomationPeer.cs (9)
40
public RibbonTextBoxAutomationPeer(
RibbonTextBox
owner): base(owner)
53
string accessKey = ((
RibbonTextBox
)Owner).KeyTip;
78
name = ((
RibbonTextBox
)Owner).Label;
92
RibbonToolTip toolTip = ((
RibbonTextBox
)Owner).ToolTip as RibbonToolTip;
110
RoutedUICommand uiCommand = ((
RibbonTextBox
)Owner).Command as RoutedUICommand;
140
RibbonTextBox
rtb = (
RibbonTextBox
)Owner;
149
RibbonTextBox
textBox = (
RibbonTextBox
)Owner;
Microsoft\Windows\Controls\Ribbon\RibbonTextBox.cs (34)
34
[TemplatePart(Name =
RibbonTextBox
.ContentHostTemplatePartName, Type = typeof(ScrollViewer))]
46
Type ownerType = typeof(
RibbonTextBox
);
101
typeof(
RibbonTextBox
),
120
typeof(
RibbonTextBox
),
139
typeof(
RibbonTextBox
),
163
RibbonTextBox
textBox = (
RibbonTextBox
)d;
223
RibbonTextBox
textBox = (
RibbonTextBox
)d;
273
RibbonControlService.LargeImageSourceProperty.AddOwner(typeof(
RibbonTextBox
));
288
RibbonControlService.SmallImageSourceProperty.AddOwner(typeof(
RibbonTextBox
));
303
RibbonControlService.LabelProperty.AddOwner(typeof(
RibbonTextBox
));
318
RibbonControlService.ToolTipTitleProperty.AddOwner(typeof(
RibbonTextBox
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
333
RibbonControlService.ToolTipDescriptionProperty.AddOwner(typeof(
RibbonTextBox
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
348
RibbonControlService.ToolTipImageSourceProperty.AddOwner(typeof(
RibbonTextBox
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
363
RibbonControlService.ToolTipFooterTitleProperty.AddOwner(typeof(
RibbonTextBox
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
378
RibbonControlService.ToolTipFooterDescriptionProperty.AddOwner(typeof(
RibbonTextBox
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
393
RibbonControlService.ToolTipFooterImageSourceProperty.AddOwner(typeof(
RibbonTextBox
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
412
RibbonControlService.ControlSizeDefinitionProperty.AddOwner(typeof(
RibbonTextBox
));
427
RibbonControlService.IsInControlGroupProperty.AddOwner(typeof(
RibbonTextBox
));
446
RibbonControlService.QuickAccessToolBarControlSizeDefinitionProperty.AddOwner(typeof(
RibbonTextBox
));
461
RibbonControlService.IsInQuickAccessToolBarProperty.AddOwner(typeof(
RibbonTextBox
));
492
RibbonControlService.RibbonProperty.AddOwner(typeof(
RibbonTextBox
));
506
RibbonControlService.MouseOverBorderBrushProperty.AddOwner(typeof(
RibbonTextBox
));
521
RibbonControlService.MouseOverBackgroundProperty.AddOwner(typeof(
RibbonTextBox
));
536
RibbonControlService.FocusedBackgroundProperty.AddOwner(typeof(
RibbonTextBox
));
551
RibbonControlService.FocusedBorderBrushProperty.AddOwner(typeof(
RibbonTextBox
));
566
RibbonControlService.ShowKeyboardCuesProperty.AddOwner(typeof(
RibbonTextBox
));
599
typeof(
RibbonTextBox
),
635
RibbonControlService.QuickAccessToolBarIdProperty.AddOwner(typeof(
RibbonTextBox
));
650
RibbonControlService.CanAddToQuickAccessToolBarDirectlyProperty.AddOwner(typeof(
RibbonTextBox
),
671
KeyTipService.KeyTipProperty.AddOwner(typeof(
RibbonTextBox
));
684
((
RibbonTextBox
)sender).OnActivatingKeyTip(e);
697
((
RibbonTextBox
)sender).OnKeyTipAccessed(e);