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