2 types derived from ToggleButton
PresentationFramework (2)
2 instantiations of ToggleButton
PresentationFramework (2)
41 references to ToggleButton
PresentationFramework (31)
src\Framework\System\Windows\Controls\Primitives\ToggleButton.cs (11)
39DefaultStyleKeyProperty.OverrideMetadata(typeof(ToggleButton), new FrameworkPropertyMetadata(typeof(ToggleButton)));
40_dType = DependencyObjectType.FromSystemTypeInternal(typeof(ToggleButton));
60public static readonly RoutedEvent CheckedEvent = EventManager.RegisterRoutedEvent("Checked", RoutingStrategy.Bubble, typeof(RoutedEventHandler), typeof(ToggleButton));
65public static readonly RoutedEvent UncheckedEvent = EventManager.RegisterRoutedEvent("Unchecked", RoutingStrategy.Bubble, typeof(RoutedEventHandler), typeof(ToggleButton));
70public static readonly RoutedEvent IndeterminateEvent = EventManager.RegisterRoutedEvent("Indeterminate", RoutingStrategy.Bubble, typeof(RoutedEventHandler), typeof(ToggleButton));
132typeof(ToggleButton),
161private static object OnGetIsChecked(DependencyObject d) {return ((ToggleButton)d).IsChecked;}
170ToggleButton button = (ToggleButton)d;
234typeof(ToggleButton),
System.Activities.Core.Presentation (2)
System.Activities.Presentation (8)