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