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