37 references to RibbonRadioButton
System.Windows.Controls.Ribbon (37)
Microsoft\Windows\Automation\Peers\RibbonRadioButtonAutomationPeer.cs (4)
34
public RibbonRadioButtonAutomationPeer(
RibbonRadioButton
owner): base(owner)
47
string accessKey = ((
RibbonRadioButton
)Owner).KeyTip;
71
name = ((
RibbonRadioButton
)Owner).Label;
85
RibbonToolTip toolTip = ((
RibbonRadioButton
)Owner).ToolTip as RibbonToolTip;
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (33)
31
[TemplatePart(Name =
RibbonRadioButton
.ImageTemplatePart, Type = typeof(Image))]
42
Type ownerType = typeof(
RibbonRadioButton
);
76
RibbonControlService.LargeImageSourceProperty.AddOwner(typeof(
RibbonRadioButton
));
91
RibbonControlService.SmallImageSourceProperty.AddOwner(typeof(
RibbonRadioButton
));
106
RibbonControlService.LabelProperty.AddOwner(typeof(
RibbonRadioButton
));
121
RibbonControlService.ToolTipTitleProperty.AddOwner(typeof(
RibbonRadioButton
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
136
RibbonControlService.ToolTipDescriptionProperty.AddOwner(typeof(
RibbonRadioButton
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
151
RibbonControlService.ToolTipImageSourceProperty.AddOwner(typeof(
RibbonRadioButton
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
166
RibbonControlService.ToolTipFooterTitleProperty.AddOwner(typeof(
RibbonRadioButton
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
181
RibbonControlService.ToolTipFooterDescriptionProperty.AddOwner(typeof(
RibbonRadioButton
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
196
RibbonControlService.ToolTipFooterImageSourceProperty.AddOwner(typeof(
RibbonRadioButton
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
211
RibbonControlService.CornerRadiusProperty.AddOwner(typeof(
RibbonRadioButton
));
230
RibbonControlService.ControlSizeDefinitionProperty.AddOwner(typeof(
RibbonRadioButton
));
245
RibbonControlService.IsInControlGroupProperty.AddOwner(typeof(
RibbonRadioButton
));
260
RibbonControlService.QuickAccessToolBarControlSizeDefinitionProperty.AddOwner(typeof(
RibbonRadioButton
));
275
RibbonControlService.IsInQuickAccessToolBarProperty.AddOwner(typeof(
RibbonRadioButton
));
308
RibbonControlService.RibbonProperty.AddOwner(typeof(
RibbonRadioButton
));
322
RibbonControlService.MouseOverBorderBrushProperty.AddOwner(typeof(
RibbonRadioButton
));
337
RibbonControlService.MouseOverBackgroundProperty.AddOwner(typeof(
RibbonRadioButton
));
352
RibbonControlService.PressedBorderBrushProperty.AddOwner(typeof(
RibbonRadioButton
));
367
RibbonControlService.PressedBackgroundProperty.AddOwner(typeof(
RibbonRadioButton
));
382
RibbonControlService.CheckedBackgroundProperty.AddOwner(typeof(
RibbonRadioButton
));
397
RibbonControlService.CheckedBorderBrushProperty.AddOwner(typeof(
RibbonRadioButton
));
413
RibbonControlService.FocusedBackgroundProperty.AddOwner(typeof(
RibbonRadioButton
));
428
RibbonControlService.FocusedBorderBrushProperty.AddOwner(typeof(
RibbonRadioButton
));
469
RibbonRadioButton
button = (
RibbonRadioButton
)d;
488
RibbonControlService.ShowKeyboardCuesProperty.AddOwner(typeof(
RibbonRadioButton
));
544
RibbonControlService.QuickAccessToolBarIdProperty.AddOwner(typeof(
RibbonRadioButton
));
559
RibbonControlService.CanAddToQuickAccessToolBarDirectlyProperty.AddOwner(typeof(
RibbonRadioButton
),
580
KeyTipService.KeyTipProperty.AddOwner(typeof(
RibbonRadioButton
));
593
((
RibbonRadioButton
)sender).OnActivatingKeyTip(e);
606
((
RibbonRadioButton
)sender).OnKeyTipAccessed(e);