1 instantiation of RibbonCheckBox
System.Windows.Controls.Ribbon (1)
Microsoft\Windows\Controls\Ribbon\RibbonHelper.cs (1)
1931return new RibbonCheckBox();
36 references to RibbonCheckBox
System.Windows.Controls.Ribbon (36)
Microsoft\Windows\Automation\Peers\RibbonCheckBoxAutomationPeer.cs (4)
34public RibbonCheckBoxAutomationPeer(RibbonCheckBox owner): base(owner) 48string accessKey = ((RibbonCheckBox)Owner).KeyTip; 73name = ((RibbonCheckBox)Owner).Label; 87RibbonToolTip toolTip = ((RibbonCheckBox)Owner).ToolTip as RibbonToolTip;
Microsoft\Windows\Controls\Ribbon\RibbonCheckBox.cs (32)
31[TemplatePart(Name = RibbonCheckBox.CheckBorderTemplatePart, Type = typeof(Border))] 42Type ownerType = typeof(RibbonCheckBox); 76RibbonControlService.LargeImageSourceProperty.AddOwner(typeof(RibbonCheckBox)); 91RibbonControlService.SmallImageSourceProperty.AddOwner(typeof(RibbonCheckBox)); 106RibbonControlService.LabelProperty.AddOwner(typeof(RibbonCheckBox)); 121RibbonControlService.ToolTipTitleProperty.AddOwner(typeof(RibbonCheckBox), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 136RibbonControlService.ToolTipDescriptionProperty.AddOwner(typeof(RibbonCheckBox), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 151RibbonControlService.ToolTipImageSourceProperty.AddOwner(typeof(RibbonCheckBox), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 166RibbonControlService.ToolTipFooterTitleProperty.AddOwner(typeof(RibbonCheckBox), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 181RibbonControlService.ToolTipFooterDescriptionProperty.AddOwner(typeof(RibbonCheckBox), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 196RibbonControlService.ToolTipFooterImageSourceProperty.AddOwner(typeof(RibbonCheckBox), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged))); 215RibbonControlService.ControlSizeDefinitionProperty.AddOwner(typeof(RibbonCheckBox)); 230RibbonControlService.IsInControlGroupProperty.AddOwner(typeof(RibbonCheckBox)); 245RibbonControlService.QuickAccessToolBarControlSizeDefinitionProperty.AddOwner(typeof(RibbonCheckBox)); 260RibbonControlService.IsInQuickAccessToolBarProperty.AddOwner(typeof(RibbonCheckBox)); 293RibbonControlService.RibbonProperty.AddOwner(typeof(RibbonCheckBox)); 307RibbonControlService.MouseOverBorderBrushProperty.AddOwner(typeof(RibbonCheckBox)); 322RibbonControlService.MouseOverBackgroundProperty.AddOwner(typeof(RibbonCheckBox)); 337RibbonControlService.PressedBorderBrushProperty.AddOwner(typeof(RibbonCheckBox)); 352RibbonControlService.PressedBackgroundProperty.AddOwner(typeof(RibbonCheckBox)); 367RibbonControlService.CheckedBackgroundProperty.AddOwner(typeof(RibbonCheckBox)); 382RibbonControlService.CheckedBorderBrushProperty.AddOwner(typeof(RibbonCheckBox)); 397RibbonControlService.FocusedBackgroundProperty.AddOwner(typeof(RibbonCheckBox)); 412RibbonControlService.FocusedBorderBrushProperty.AddOwner(typeof(RibbonCheckBox)); 453RibbonCheckBox checkBox = (RibbonCheckBox)d; 472RibbonControlService.ShowKeyboardCuesProperty.AddOwner(typeof(RibbonCheckBox)); 528RibbonControlService.QuickAccessToolBarIdProperty.AddOwner(typeof(RibbonCheckBox)); 543RibbonControlService.CanAddToQuickAccessToolBarDirectlyProperty.AddOwner(typeof(RibbonCheckBox), 564KeyTipService.KeyTipProperty.AddOwner(typeof(RibbonCheckBox)); 577((RibbonCheckBox)sender).OnActivatingKeyTip(e); 590((RibbonCheckBox)sender).OnKeyTipAccessed(e);