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