6 references to TabIndexProperty
PresentationFramework (5)
System\Windows\Controls\Control.cs (2)
349get { return (int) GetValue(TabIndexProperty); } 350set { SetValue(TabIndexProperty, value); }
System\Windows\Interop\ActiveXHost.cs (1)
752= Control.TabIndexProperty.AddOwner(typeof(ActiveXHost));
System\Windows\Markup\Baml2006\WpfGeneratedKnownProperties.cs (1)
2314DependencyProperty dp = System.Windows.Controls.Control.TabIndexProperty;
System\Windows\Markup\KnownTypes.cs (1)
1752return System.Windows.Controls.Control.TabIndexProperty;
WindowsFormsIntegration (1)
System\Windows\Integration\WindowsFormsHost.cs (1)
602SWC.Control.TabIndexProperty.AddOwner(typeof(WindowsFormsHost));