5 references to TabIndexProperty
PresentationFramework (5)
src\Framework\System\Windows\Controls\Control.cs (1)
341= KeyboardNavigation.TabIndexProperty.AddOwner(typeof(Control));
src\Framework\System\Windows\Input\KeyboardNavigation.cs (4)
344/// <seealso cref="KeyboardNavigation.TabIndexProperty" /> 351element.SetValue(TabIndexProperty, index); 359/// <seealso cref="KeyboardNavigation.TabIndexProperty" /> 2070return (int)d.GetValue(TabIndexProperty);