2 instantiations of TabPanel
PresentationFramework (2)
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9741
bamlType.DefaultConstructor = delegate() { return new System.Windows.Controls.Primitives.
TabPanel
(); };
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
1582
case KnownElements.TabPanel: o = new System.Windows.Controls.Primitives.
TabPanel
(); break;
8 references to TabPanel
PresentationFramework (8)
src\Framework\System\Windows\Controls\Primitives\TabPanel.cs (2)
56
KeyboardNavigation.TabNavigationProperty.OverrideMetadata(typeof(
TabPanel
), new FrameworkPropertyMetadata(KeyboardNavigationMode.Once));
57
KeyboardNavigation.DirectionalNavigationProperty.OverrideMetadata(typeof(
TabPanel
), new FrameworkPropertyMetadata(KeyboardNavigationMode.Cycle));
src\Framework\System\Windows\Markup\Baml2006\Baml2006KnownTypes.cs (1)
717
case 625: t = () => typeof(
TabPanel
); break;
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (3)
5765
Type type = typeof(System.Windows.Controls.Primitives.
TabPanel
);
5767
this.GetXamlType(typeof(System.Windows.Controls.Primitives.
TabPanel
)), // DeclaringType
5773
bamlMember.GetDelegate = delegate(object target) { return ((System.Windows.Controls.Primitives.
TabPanel
)target).Children; };
src\Framework\System\Windows\Markup\Baml2006\WpfGeneratedKnownTypes.cs (1)
9739
typeof(System.Windows.Controls.Primitives.
TabPanel
),
src\Framework\System\Windows\Markup\KnownTypes.cs (1)
6169
case KnownElements.TabPanel: t = typeof(System.Windows.Controls.Primitives.
TabPanel
); break;