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