37 references to RibbonRadioButton
System.Windows.Controls.Ribbon (37)
Microsoft\Windows\Automation\Peers\RibbonRadioButtonAutomationPeer.cs (4)
35
public RibbonRadioButtonAutomationPeer(
RibbonRadioButton
owner): base(owner)
48
string accessKey = ((
RibbonRadioButton
)Owner).KeyTip;
72
name = ((
RibbonRadioButton
)Owner).Label;
86
RibbonToolTip toolTip = ((
RibbonRadioButton
)Owner).ToolTip as RibbonToolTip;
Microsoft\Windows\Controls\Ribbon\RibbonRadioButton.cs (33)
33
[TemplatePart(Name =
RibbonRadioButton
.ImageTemplatePart, Type = typeof(Image))]
44
Type ownerType = typeof(
RibbonRadioButton
);
78
RibbonControlService.LargeImageSourceProperty.AddOwner(typeof(
RibbonRadioButton
));
93
RibbonControlService.SmallImageSourceProperty.AddOwner(typeof(
RibbonRadioButton
));
108
RibbonControlService.LabelProperty.AddOwner(typeof(
RibbonRadioButton
));
123
RibbonControlService.ToolTipTitleProperty.AddOwner(typeof(
RibbonRadioButton
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
138
RibbonControlService.ToolTipDescriptionProperty.AddOwner(typeof(
RibbonRadioButton
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
153
RibbonControlService.ToolTipImageSourceProperty.AddOwner(typeof(
RibbonRadioButton
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
168
RibbonControlService.ToolTipFooterTitleProperty.AddOwner(typeof(
RibbonRadioButton
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
183
RibbonControlService.ToolTipFooterDescriptionProperty.AddOwner(typeof(
RibbonRadioButton
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
198
RibbonControlService.ToolTipFooterImageSourceProperty.AddOwner(typeof(
RibbonRadioButton
), new FrameworkPropertyMetadata(new PropertyChangedCallback(RibbonHelper.OnRibbonToolTipPropertyChanged)));
213
RibbonControlService.CornerRadiusProperty.AddOwner(typeof(
RibbonRadioButton
));
232
RibbonControlService.ControlSizeDefinitionProperty.AddOwner(typeof(
RibbonRadioButton
));
247
RibbonControlService.IsInControlGroupProperty.AddOwner(typeof(
RibbonRadioButton
));
262
RibbonControlService.QuickAccessToolBarControlSizeDefinitionProperty.AddOwner(typeof(
RibbonRadioButton
));
277
RibbonControlService.IsInQuickAccessToolBarProperty.AddOwner(typeof(
RibbonRadioButton
));
310
RibbonControlService.RibbonProperty.AddOwner(typeof(
RibbonRadioButton
));
324
RibbonControlService.MouseOverBorderBrushProperty.AddOwner(typeof(
RibbonRadioButton
));
339
RibbonControlService.MouseOverBackgroundProperty.AddOwner(typeof(
RibbonRadioButton
));
354
RibbonControlService.PressedBorderBrushProperty.AddOwner(typeof(
RibbonRadioButton
));
369
RibbonControlService.PressedBackgroundProperty.AddOwner(typeof(
RibbonRadioButton
));
384
RibbonControlService.CheckedBackgroundProperty.AddOwner(typeof(
RibbonRadioButton
));
399
RibbonControlService.CheckedBorderBrushProperty.AddOwner(typeof(
RibbonRadioButton
));
415
RibbonControlService.FocusedBackgroundProperty.AddOwner(typeof(
RibbonRadioButton
));
430
RibbonControlService.FocusedBorderBrushProperty.AddOwner(typeof(
RibbonRadioButton
));
471
RibbonRadioButton
button = (
RibbonRadioButton
)d;
490
RibbonControlService.ShowKeyboardCuesProperty.AddOwner(typeof(
RibbonRadioButton
));
546
RibbonControlService.QuickAccessToolBarIdProperty.AddOwner(typeof(
RibbonRadioButton
));
561
RibbonControlService.CanAddToQuickAccessToolBarDirectlyProperty.AddOwner(typeof(
RibbonRadioButton
),
582
KeyTipService.KeyTipProperty.AddOwner(typeof(
RibbonRadioButton
));
595
((
RibbonRadioButton
)sender).OnActivatingKeyTip(e);
608
((
RibbonRadioButton
)sender).OnKeyTipAccessed(e);