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