1 type derived from RadioButton
System.Activities.Presentation (1)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\KeyboardEnabledRadioButton.cs (1)
13
internal class KeyboardEnabledRadioButton :
RadioButton
2 instantiations of RadioButton
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8118
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.
RadioButton
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1489
case KnownElements.RadioButton: o = new System.Windows.Controls.
RadioButton
(); break;
30 references to RadioButton
PresentationFramework (26)
src\Framework\System\Windows\Automation\Peers\RadioButtonAutomationPeer.cs (6)
21
public RadioButtonAutomationPeer(
RadioButton
owner): base(owner)
62
((
RadioButton
)Owner).SetCurrentValueInternal(
RadioButton
.IsCheckedProperty, MS.Internal.KnownBoxes.BooleanBoxes.TrueBox);
71
if (((
RadioButton
)Owner).IsChecked != true)
82
if (((
RadioButton
)Owner).IsChecked == true)
95
return ((
RadioButton
)Owner).IsChecked == true;
src\Framework\System\Windows\Controls\RadioButton.cs (13)
31
DefaultStyleKeyProperty.OverrideMetadata(typeof(
RadioButton
), new FrameworkPropertyMetadata(typeof(
RadioButton
)));
32
_dType = DependencyObjectType.FromSystemTypeInternal(typeof(
RadioButton
));
34
KeyboardNavigation.AcceptsReturnProperty.OverrideMetadata(typeof(
RadioButton
), new FrameworkPropertyMetadata(MS.Internal.KnownBoxes.BooleanBoxes.FalseBox));
56
RadioButton
radioButton = (
RadioButton
)d;
72
private static void Register(string groupName,
RadioButton
radioButton)
97
private static void Unregister(string groupName,
RadioButton
radioButton)
151
RadioButton
rb = weakReference.Target as
RadioButton
;
177
RadioButton
rb = itor.Current as
RadioButton
;
202
typeof(
RadioButton
),
src\Framework\System\Windows\Controls\ToolBar.cs (1)
496
else if (feType == typeof(
RadioButton
))
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
595
case 503: t = () => typeof(
RadioButton
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
5421
Type type = typeof(System.Windows.Controls.
RadioButton
);
5422
DependencyProperty dp = System.Windows.Controls.
RadioButton
.ContentProperty;
5424
this.GetXamlType(typeof(System.Windows.Controls.
RadioButton
)), // DeclaringType
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
8116
typeof(System.Windows.Controls.
RadioButton
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6047
case KnownElements.RadioButton: t = typeof(System.Windows.Controls.
RadioButton
); break;
System.Activities.Presentation (4)
System.Activities.Presentation\System\Activities\Presentation\Base\Core\Internal\PropertyEditing\PropertyToolBar.cs (4)
178
internal
RadioButton
ByCategoryViewButton
179
{ get { return VisualTreeUtils.GetNamedChild<
RadioButton
>(this, "PART_ByCategoryViewButton"); } }
180
internal
RadioButton
AlphaViewButton
181
{ get { return VisualTreeUtils.GetNamedChild<
RadioButton
>(this, "PART_AlphaViewButton"); } }