3 references to TabIndexProperty
PresentationFramework (3)
System\Windows\Controls\Control.cs (1)
330= KeyboardNavigation.TabIndexProperty.AddOwner(typeof(Control));
System\Windows\Input\KeyboardNavigation.cs (2)
325element.SetValue(TabIndexProperty, index); 1972return (int)d.GetValue(TabIndexProperty);