37 references to RibbonRadioButton
System.Windows.Controls.Ribbon (37)
Microsoft\Windows\Automation\Peers\RibbonRadioButtonAutomationPeer.cs (4)
35public RibbonRadioButtonAutomationPeer(RibbonRadioButton owner): base(owner) 48string accessKey = ((RibbonRadioButton)Owner).KeyTip; 72name = ((RibbonRadioButton)Owner).Label; 86RibbonToolTip toolTip = ((RibbonRadioButton)Owner).ToolTip as RibbonToolTip;
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (33)
33[TemplatePart(Name = RibbonRadioButton.ImageTemplatePart, Type = typeof(Image))] 44Type ownerType = typeof(RibbonRadioButton); 78RibbonControlService.LargeImageSourceProperty.AddOwner(typeof(RibbonRadioButton)); 93RibbonControlService.SmallImageSourceProperty.AddOwner(typeof(RibbonRadioButton)); 108RibbonControlService.LabelProperty.AddOwner(typeof(RibbonRadioButton)); 123RibbonControlService.ToolTipTitleProperty.AddOwner(typeof(RibbonRadioButton), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 138RibbonControlService.ToolTipDescriptionProperty.AddOwner(typeof(RibbonRadioButton), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 153RibbonControlService.ToolTipImageSourceProperty.AddOwner(typeof(RibbonRadioButton), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 168RibbonControlService.ToolTipFooterTitleProperty.AddOwner(typeof(RibbonRadioButton), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 183RibbonControlService.ToolTipFooterDescriptionProperty.AddOwner(typeof(RibbonRadioButton), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 198RibbonControlService.ToolTipFooterImageSourceProperty.AddOwner(typeof(RibbonRadioButton), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 213RibbonControlService.CornerRadiusProperty.AddOwner(typeof(RibbonRadioButton)); 232RibbonControlService.ControlSizeDefinitionProperty.AddOwner(typeof(RibbonRadioButton)); 247RibbonControlService.IsInControlGroupProperty.AddOwner(typeof(RibbonRadioButton)); 262RibbonControlService.QuickAccessToolBarControlSizeDefinitionProperty.AddOwner(typeof(RibbonRadioButton)); 277RibbonControlService.IsInQuickAccessToolBarProperty.AddOwner(typeof(RibbonRadioButton)); 310RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonRadioButton)); 324RibbonControlService.MouseOverBorderBrushProperty.AddOwner(typeof(RibbonRadioButton)); 339RibbonControlService.MouseOverBackgroundProperty.AddOwner(typeof(RibbonRadioButton)); 354RibbonControlService.PressedBorderBrushProperty.AddOwner(typeof(RibbonRadioButton)); 369RibbonControlService.PressedBackgroundProperty.AddOwner(typeof(RibbonRadioButton)); 384RibbonControlService.CheckedBackgroundProperty.AddOwner(typeof(RibbonRadioButton)); 399RibbonControlService.CheckedBorderBrushProperty.AddOwner(typeof(RibbonRadioButton)); 415RibbonControlService.FocusedBackgroundProperty.AddOwner(typeof(RibbonRadioButton)); 430RibbonControlService.FocusedBorderBrushProperty.AddOwner(typeof(RibbonRadioButton)); 471RibbonRadioButton button = (RibbonRadioButton)d; 490RibbonControlService.ShowKeyboardCuesProperty.AddOwner(typeof(RibbonRadioButton)); 546RibbonControlService.QuickAccessToolBarIdProperty.AddOwner(typeof(RibbonRadioButton)); 561RibbonControlService.CanAddToQuickAccessToolBarDirectlyProperty.AddOwner(typeof(RibbonRadioButton), 582KeyTipService.KeyTipProperty.AddOwner(typeof(RibbonRadioButton)); 595((RibbonRadioButton)sender).OnActivatingKeyTip(e); 608((RibbonRadioButton)sender).OnKeyTipAccessed(e);