1 instantiation of RibbonCheckBox
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1906return new RibbonCheckBox();
36 references to RibbonCheckBox
System.Windows.Controls.Ribbon (36)
Microsoft\Windows\Automation\Peers\RibbonCheckBoxAutomationPeer.cs (4)
33public RibbonCheckBoxAutomationPeer(RibbonCheckBox owner): base(owner) 47string accessKey = ((RibbonCheckBox)Owner).KeyTip; 72name = ((RibbonCheckBox)Owner).Label; 86RibbonToolTip toolTip = ((RibbonCheckBox)Owner).ToolTip as RibbonToolTip;
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (32)
30[TemplatePart(Name = RibbonCheckBox.CheckBorderTemplatePart, Type = typeof(Border))] 41Type ownerType = typeof(RibbonCheckBox); 75RibbonControlService.LargeImageSourceProperty.AddOwner(typeof(RibbonCheckBox)); 90RibbonControlService.SmallImageSourceProperty.AddOwner(typeof(RibbonCheckBox)); 105RibbonControlService.LabelProperty.AddOwner(typeof(RibbonCheckBox)); 120RibbonControlService.ToolTipTitleProperty.AddOwner(typeof(RibbonCheckBox), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 135RibbonControlService.ToolTipDescriptionProperty.AddOwner(typeof(RibbonCheckBox), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 150RibbonControlService.ToolTipImageSourceProperty.AddOwner(typeof(RibbonCheckBox), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 165RibbonControlService.ToolTipFooterTitleProperty.AddOwner(typeof(RibbonCheckBox), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 180RibbonControlService.ToolTipFooterDescriptionProperty.AddOwner(typeof(RibbonCheckBox), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 195RibbonControlService.ToolTipFooterImageSourceProperty.AddOwner(typeof(RibbonCheckBox), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 214RibbonControlService.ControlSizeDefinitionProperty.AddOwner(typeof(RibbonCheckBox)); 229RibbonControlService.IsInControlGroupProperty.AddOwner(typeof(RibbonCheckBox)); 244RibbonControlService.QuickAccessToolBarControlSizeDefinitionProperty.AddOwner(typeof(RibbonCheckBox)); 259RibbonControlService.IsInQuickAccessToolBarProperty.AddOwner(typeof(RibbonCheckBox)); 292RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonCheckBox)); 306RibbonControlService.MouseOverBorderBrushProperty.AddOwner(typeof(RibbonCheckBox)); 321RibbonControlService.MouseOverBackgroundProperty.AddOwner(typeof(RibbonCheckBox)); 336RibbonControlService.PressedBorderBrushProperty.AddOwner(typeof(RibbonCheckBox)); 351RibbonControlService.PressedBackgroundProperty.AddOwner(typeof(RibbonCheckBox)); 366RibbonControlService.CheckedBackgroundProperty.AddOwner(typeof(RibbonCheckBox)); 381RibbonControlService.CheckedBorderBrushProperty.AddOwner(typeof(RibbonCheckBox)); 396RibbonControlService.FocusedBackgroundProperty.AddOwner(typeof(RibbonCheckBox)); 411RibbonControlService.FocusedBorderBrushProperty.AddOwner(typeof(RibbonCheckBox)); 452RibbonCheckBox checkBox = (RibbonCheckBox)d; 471RibbonControlService.ShowKeyboardCuesProperty.AddOwner(typeof(RibbonCheckBox)); 527RibbonControlService.QuickAccessToolBarIdProperty.AddOwner(typeof(RibbonCheckBox)); 542RibbonControlService.CanAddToQuickAccessToolBarDirectlyProperty.AddOwner(typeof(RibbonCheckBox), 563KeyTipService.KeyTipProperty.AddOwner(typeof(RibbonCheckBox)); 576((RibbonCheckBox)sender).OnActivatingKeyTip(e); 589((RibbonCheckBox)sender).OnKeyTipAccessed(e);