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