37 references to RibbonRadioButton
System.Windows.Controls.Ribbon (37)
Microsoft\Windows\Automation\Peers\RibbonRadioButtonAutomationPeer.cs (4)
33
public RibbonRadioButtonAutomationPeer(
RibbonRadioButton
owner): base(owner)
46
string accessKey = ((
RibbonRadioButton
)Owner).KeyTip;
70
name = ((
RibbonRadioButton
)Owner).Label;
84
RibbonToolTip toolTip = ((
RibbonRadioButton
)Owner).ToolTip as RibbonToolTip;
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (33)
30
[TemplatePart(Name =
RibbonRadioButton
.ImageTemplatePart, Type = typeof(Image))]
41
Type ownerType = typeof(
RibbonRadioButton
);
75
RibbonControlService.LargeImageSourceProperty.AddOwner(typeof(
RibbonRadioButton
));
90
RibbonControlService.SmallImageSourceProperty.AddOwner(typeof(
RibbonRadioButton
));
105
RibbonControlService.LabelProperty.AddOwner(typeof(
RibbonRadioButton
));
120
RibbonControlService.ToolTipTitleProperty.AddOwner(typeof(
RibbonRadioButton
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
135
RibbonControlService.ToolTipDescriptionProperty.AddOwner(typeof(
RibbonRadioButton
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
150
RibbonControlService.ToolTipImageSourceProperty.AddOwner(typeof(
RibbonRadioButton
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
165
RibbonControlService.ToolTipFooterTitleProperty.AddOwner(typeof(
RibbonRadioButton
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
180
RibbonControlService.ToolTipFooterDescriptionProperty.AddOwner(typeof(
RibbonRadioButton
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
195
RibbonControlService.ToolTipFooterImageSourceProperty.AddOwner(typeof(
RibbonRadioButton
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
210
RibbonControlService.CornerRadiusProperty.AddOwner(typeof(
RibbonRadioButton
));
229
RibbonControlService.ControlSizeDefinitionProperty.AddOwner(typeof(
RibbonRadioButton
));
244
RibbonControlService.IsInControlGroupProperty.AddOwner(typeof(
RibbonRadioButton
));
259
RibbonControlService.QuickAccessToolBarControlSizeDefinitionProperty.AddOwner(typeof(
RibbonRadioButton
));
274
RibbonControlService.IsInQuickAccessToolBarProperty.AddOwner(typeof(
RibbonRadioButton
));
307
RibbonControlService.RibbonProperty.AddOwner(typeof(
RibbonRadioButton
));
321
RibbonControlService.MouseOverBorderBrushProperty.AddOwner(typeof(
RibbonRadioButton
));
336
RibbonControlService.MouseOverBackgroundProperty.AddOwner(typeof(
RibbonRadioButton
));
351
RibbonControlService.PressedBorderBrushProperty.AddOwner(typeof(
RibbonRadioButton
));
366
RibbonControlService.PressedBackgroundProperty.AddOwner(typeof(
RibbonRadioButton
));
381
RibbonControlService.CheckedBackgroundProperty.AddOwner(typeof(
RibbonRadioButton
));
396
RibbonControlService.CheckedBorderBrushProperty.AddOwner(typeof(
RibbonRadioButton
));
412
RibbonControlService.FocusedBackgroundProperty.AddOwner(typeof(
RibbonRadioButton
));
427
RibbonControlService.FocusedBorderBrushProperty.AddOwner(typeof(
RibbonRadioButton
));
468
RibbonRadioButton
button = (
RibbonRadioButton
)d;
487
RibbonControlService.ShowKeyboardCuesProperty.AddOwner(typeof(
RibbonRadioButton
));
543
RibbonControlService.QuickAccessToolBarIdProperty.AddOwner(typeof(
RibbonRadioButton
));
558
RibbonControlService.CanAddToQuickAccessToolBarDirectlyProperty.AddOwner(typeof(
RibbonRadioButton
),
579
KeyTipService.KeyTipProperty.AddOwner(typeof(
RibbonRadioButton
));
592
((
RibbonRadioButton
)sender).OnActivatingKeyTip(e);
605
((
RibbonRadioButton
)sender).OnKeyTipAccessed(e);