2 writes to _tabOrder
DesignSurfaceExt (2)
TabOrderHooker.cs (2)
31_tabOrder = Activator.CreateInstance(tabOrderType, [host]); 57_tabOrder = null;
3 references to _tabOrder
DesignSurfaceExt (3)
TabOrderHooker.cs (3)
28if (_tabOrder is null) 47if (_tabOrder is null) 56tabOrderType.InvokeMember("Dispose", BindingFlags.Public | BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.InvokeMethod, null, _tabOrder, [true]);