2 references to TabIndexProperty
WindowsFormsIntegration (2)
System\Windows\Integration\WindowsFormsHost.cs (2)
608get { return (int)GetValue(TabIndexProperty); } 609set { SetValue(TabIndexProperty, value); }