37 references to RibbonRadioButton
System.Windows.Controls.Ribbon (37)
Microsoft\Windows\Automation\Peers\RibbonRadioButtonAutomationPeer.cs (4)
33public RibbonRadioButtonAutomationPeer(RibbonRadioButton owner): base(owner) 46string accessKey = ((RibbonRadioButton)Owner).KeyTip; 70name = ((RibbonRadioButton)Owner).Label; 84RibbonToolTip toolTip = ((RibbonRadioButton)Owner).ToolTip as RibbonToolTip;
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (33)
30[TemplatePart(Name = RibbonRadioButton.ImageTemplatePart, Type = typeof(Image))] 41Type ownerType = typeof(RibbonRadioButton); 75RibbonControlService.LargeImageSourceProperty.AddOwner(typeof(RibbonRadioButton)); 90RibbonControlService.SmallImageSourceProperty.AddOwner(typeof(RibbonRadioButton)); 105RibbonControlService.LabelProperty.AddOwner(typeof(RibbonRadioButton)); 120RibbonControlService.ToolTipTitleProperty.AddOwner(typeof(RibbonRadioButton), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 135RibbonControlService.ToolTipDescriptionProperty.AddOwner(typeof(RibbonRadioButton), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 150RibbonControlService.ToolTipImageSourceProperty.AddOwner(typeof(RibbonRadioButton), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 165RibbonControlService.ToolTipFooterTitleProperty.AddOwner(typeof(RibbonRadioButton), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 180RibbonControlService.ToolTipFooterDescriptionProperty.AddOwner(typeof(RibbonRadioButton), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 195RibbonControlService.ToolTipFooterImageSourceProperty.AddOwner(typeof(RibbonRadioButton), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 210RibbonControlService.CornerRadiusProperty.AddOwner(typeof(RibbonRadioButton)); 229RibbonControlService.ControlSizeDefinitionProperty.AddOwner(typeof(RibbonRadioButton)); 244RibbonControlService.IsInControlGroupProperty.AddOwner(typeof(RibbonRadioButton)); 259RibbonControlService.QuickAccessToolBarControlSizeDefinitionProperty.AddOwner(typeof(RibbonRadioButton)); 274RibbonControlService.IsInQuickAccessToolBarProperty.AddOwner(typeof(RibbonRadioButton)); 307RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonRadioButton)); 321RibbonControlService.MouseOverBorderBrushProperty.AddOwner(typeof(RibbonRadioButton)); 336RibbonControlService.MouseOverBackgroundProperty.AddOwner(typeof(RibbonRadioButton)); 351RibbonControlService.PressedBorderBrushProperty.AddOwner(typeof(RibbonRadioButton)); 366RibbonControlService.PressedBackgroundProperty.AddOwner(typeof(RibbonRadioButton)); 381RibbonControlService.CheckedBackgroundProperty.AddOwner(typeof(RibbonRadioButton)); 396RibbonControlService.CheckedBorderBrushProperty.AddOwner(typeof(RibbonRadioButton)); 412RibbonControlService.FocusedBackgroundProperty.AddOwner(typeof(RibbonRadioButton)); 427RibbonControlService.FocusedBorderBrushProperty.AddOwner(typeof(RibbonRadioButton)); 468RibbonRadioButton button = (RibbonRadioButton)d; 487RibbonControlService.ShowKeyboardCuesProperty.AddOwner(typeof(RibbonRadioButton)); 543RibbonControlService.QuickAccessToolBarIdProperty.AddOwner(typeof(RibbonRadioButton)); 558RibbonControlService.CanAddToQuickAccessToolBarDirectlyProperty.AddOwner(typeof(RibbonRadioButton), 579KeyTipService.KeyTipProperty.AddOwner(typeof(RibbonRadioButton)); 592((RibbonRadioButton)sender).OnActivatingKeyTip(e); 605((RibbonRadioButton)sender).OnKeyTipAccessed(e);