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