2 instantiations of GroupBox
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5037bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.GroupBox(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1314case KnownElements.GroupBox: o = new System.Windows.Controls.GroupBox(); break;
15 references to GroupBox
PresentationFramework (15)
src\Framework\System\Windows\Automation\Peers\GroupBoxAutomationPeer.cs (3)
22public GroupBoxAutomationPeer(GroupBox owner): base(owner) 44GroupBox groupBox = (GroupBox)Owner;
src\Framework\System\Windows\Controls\GroupBox.cs (6)
26FocusableProperty.OverrideMetadata(typeof(GroupBox), new FrameworkPropertyMetadata(false)); 27IsTabStopProperty.OverrideMetadata(typeof(GroupBox), new FrameworkPropertyMetadata(false)); 28DefaultStyleKeyProperty.OverrideMetadata(typeof(GroupBox), new FrameworkPropertyMetadata(typeof(GroupBox))); 29EventManager.RegisterClassHandler(typeof(GroupBox), AccessKeyManager.AccessKeyPressedEvent, new AccessKeyPressedEventHandler(OnAccessKeyPressed)); 58e.Target = sender as GroupBox;
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
356case 264: t = () => typeof(GroupBox); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
4685Type type = typeof(System.Windows.Controls.GroupBox); 4686DependencyProperty dp = System.Windows.Controls.GroupBox.ContentProperty; 4688this.GetXamlType(typeof(System.Windows.Controls.GroupBox)), // DeclaringType
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
5035typeof(System.Windows.Controls.GroupBox),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
5808case KnownElements.GroupBox: t = typeof(System.Windows.Controls.GroupBox); break;