1 instantiation of RibbonCheckBox
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1932return new RibbonCheckBox();
36 references to RibbonCheckBox
System.Windows.Controls.Ribbon (36)
Microsoft\Windows\Automation\Peers\RibbonCheckBoxAutomationPeer.cs (4)
35public RibbonCheckBoxAutomationPeer(RibbonCheckBox owner): base(owner) 49string accessKey = ((RibbonCheckBox)Owner).KeyTip; 74name = ((RibbonCheckBox)Owner).Label; 88RibbonToolTip toolTip = ((RibbonCheckBox)Owner).ToolTip as RibbonToolTip;
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (32)
33[TemplatePart(Name = RibbonCheckBox.CheckBorderTemplatePart, Type = typeof(Border))] 44Type ownerType = typeof(RibbonCheckBox); 78RibbonControlService.LargeImageSourceProperty.AddOwner(typeof(RibbonCheckBox)); 93RibbonControlService.SmallImageSourceProperty.AddOwner(typeof(RibbonCheckBox)); 108RibbonControlService.LabelProperty.AddOwner(typeof(RibbonCheckBox)); 123RibbonControlService.ToolTipTitleProperty.AddOwner(typeof(RibbonCheckBox), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 138RibbonControlService.ToolTipDescriptionProperty.AddOwner(typeof(RibbonCheckBox), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 153RibbonControlService.ToolTipImageSourceProperty.AddOwner(typeof(RibbonCheckBox), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 168RibbonControlService.ToolTipFooterTitleProperty.AddOwner(typeof(RibbonCheckBox), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 183RibbonControlService.ToolTipFooterDescriptionProperty.AddOwner(typeof(RibbonCheckBox), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 198RibbonControlService.ToolTipFooterImageSourceProperty.AddOwner(typeof(RibbonCheckBox), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 217RibbonControlService.ControlSizeDefinitionProperty.AddOwner(typeof(RibbonCheckBox)); 232RibbonControlService.IsInControlGroupProperty.AddOwner(typeof(RibbonCheckBox)); 247RibbonControlService.QuickAccessToolBarControlSizeDefinitionProperty.AddOwner(typeof(RibbonCheckBox)); 262RibbonControlService.IsInQuickAccessToolBarProperty.AddOwner(typeof(RibbonCheckBox)); 295RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonCheckBox)); 309RibbonControlService.MouseOverBorderBrushProperty.AddOwner(typeof(RibbonCheckBox)); 324RibbonControlService.MouseOverBackgroundProperty.AddOwner(typeof(RibbonCheckBox)); 339RibbonControlService.PressedBorderBrushProperty.AddOwner(typeof(RibbonCheckBox)); 354RibbonControlService.PressedBackgroundProperty.AddOwner(typeof(RibbonCheckBox)); 369RibbonControlService.CheckedBackgroundProperty.AddOwner(typeof(RibbonCheckBox)); 384RibbonControlService.CheckedBorderBrushProperty.AddOwner(typeof(RibbonCheckBox)); 399RibbonControlService.FocusedBackgroundProperty.AddOwner(typeof(RibbonCheckBox)); 414RibbonControlService.FocusedBorderBrushProperty.AddOwner(typeof(RibbonCheckBox)); 455RibbonCheckBox checkBox = (RibbonCheckBox)d; 474RibbonControlService.ShowKeyboardCuesProperty.AddOwner(typeof(RibbonCheckBox)); 530RibbonControlService.QuickAccessToolBarIdProperty.AddOwner(typeof(RibbonCheckBox)); 545RibbonControlService.CanAddToQuickAccessToolBarDirectlyProperty.AddOwner(typeof(RibbonCheckBox), 566KeyTipService.KeyTipProperty.AddOwner(typeof(RibbonCheckBox)); 579((RibbonCheckBox)sender).OnActivatingKeyTip(e); 592((RibbonCheckBox)sender).OnKeyTipAccessed(e);