37 references to RibbonRadioButton
System.Windows.Controls.Ribbon (37)
Microsoft\Windows\Automation\Peers\RibbonRadioButtonAutomationPeer.cs (4)
34public RibbonRadioButtonAutomationPeer(RibbonRadioButton owner): base(owner) 47string accessKey = ((RibbonRadioButton)Owner).KeyTip; 71name = ((RibbonRadioButton)Owner).Label; 85RibbonToolTip toolTip = ((RibbonRadioButton)Owner).ToolTip as RibbonToolTip;
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (33)
31[TemplatePart(Name = RibbonRadioButton.ImageTemplatePart, Type = typeof(Image))] 42Type ownerType = typeof(RibbonRadioButton); 76RibbonControlService.LargeImageSourceProperty.AddOwner(typeof(RibbonRadioButton)); 91RibbonControlService.SmallImageSourceProperty.AddOwner(typeof(RibbonRadioButton)); 106RibbonControlService.LabelProperty.AddOwner(typeof(RibbonRadioButton)); 121RibbonControlService.ToolTipTitleProperty.AddOwner(typeof(RibbonRadioButton), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 136RibbonControlService.ToolTipDescriptionProperty.AddOwner(typeof(RibbonRadioButton), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 151RibbonControlService.ToolTipImageSourceProperty.AddOwner(typeof(RibbonRadioButton), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 166RibbonControlService.ToolTipFooterTitleProperty.AddOwner(typeof(RibbonRadioButton), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 181RibbonControlService.ToolTipFooterDescriptionProperty.AddOwner(typeof(RibbonRadioButton), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 196RibbonControlService.ToolTipFooterImageSourceProperty.AddOwner(typeof(RibbonRadioButton), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 211RibbonControlService.CornerRadiusProperty.AddOwner(typeof(RibbonRadioButton)); 230RibbonControlService.ControlSizeDefinitionProperty.AddOwner(typeof(RibbonRadioButton)); 245RibbonControlService.IsInControlGroupProperty.AddOwner(typeof(RibbonRadioButton)); 260RibbonControlService.QuickAccessToolBarControlSizeDefinitionProperty.AddOwner(typeof(RibbonRadioButton)); 275RibbonControlService.IsInQuickAccessToolBarProperty.AddOwner(typeof(RibbonRadioButton)); 308RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonRadioButton)); 322RibbonControlService.MouseOverBorderBrushProperty.AddOwner(typeof(RibbonRadioButton)); 337RibbonControlService.MouseOverBackgroundProperty.AddOwner(typeof(RibbonRadioButton)); 352RibbonControlService.PressedBorderBrushProperty.AddOwner(typeof(RibbonRadioButton)); 367RibbonControlService.PressedBackgroundProperty.AddOwner(typeof(RibbonRadioButton)); 382RibbonControlService.CheckedBackgroundProperty.AddOwner(typeof(RibbonRadioButton)); 397RibbonControlService.CheckedBorderBrushProperty.AddOwner(typeof(RibbonRadioButton)); 413RibbonControlService.FocusedBackgroundProperty.AddOwner(typeof(RibbonRadioButton)); 428RibbonControlService.FocusedBorderBrushProperty.AddOwner(typeof(RibbonRadioButton)); 469RibbonRadioButton button = (RibbonRadioButton)d; 488RibbonControlService.ShowKeyboardCuesProperty.AddOwner(typeof(RibbonRadioButton)); 544RibbonControlService.QuickAccessToolBarIdProperty.AddOwner(typeof(RibbonRadioButton)); 559RibbonControlService.CanAddToQuickAccessToolBarDirectlyProperty.AddOwner(typeof(RibbonRadioButton), 580KeyTipService.KeyTipProperty.AddOwner(typeof(RibbonRadioButton)); 593((RibbonRadioButton)sender).OnActivatingKeyTip(e); 606((RibbonRadioButton)sender).OnKeyTipAccessed(e);