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