2 instantiations of TabPanel
PresentationFramework (2)
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10806
DefaultConstructor = delegate () { return new System.Windows.Controls.Primitives.
TabPanel
(); },
System\Windows\Markup\KnownTypes.cs (1)
1575
case KnownElements.TabPanel: o = new System.Windows.Controls.Primitives.
TabPanel
(); break;
8 references to TabPanel
PresentationFramework (8)
System\Windows\Controls\Primitives\TabPanel.cs (2)
47
KeyboardNavigation.TabNavigationProperty.OverrideMetadata(typeof(
TabPanel
), new FrameworkPropertyMetadata(KeyboardNavigationMode.Once));
48
KeyboardNavigation.DirectionalNavigationProperty.OverrideMetadata(typeof(
TabPanel
), new FrameworkPropertyMetadata(KeyboardNavigationMode.Cycle));
System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
719
case 625: t = () => typeof(
TabPanel
); break;
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
6207
Type type = typeof(System.Windows.Controls.Primitives.
TabPanel
);
6209
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
TabPanel
)), // DeclaringType
6216
GetDelegate = delegate (object target) { return ((System.Windows.Controls.Primitives.
TabPanel
)target).Children; },
System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
10803
typeof(System.Windows.Controls.Primitives.
TabPanel
),
System\Windows\Markup\KnownTypes.cs (1)
6173
case KnownElements.TabPanel: t = typeof(System.Windows.Controls.Primitives.
TabPanel
); break;