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