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)
28
if (
_tabOrder
is null)
47
if (
_tabOrder
is null)
56
tabOrderType.InvokeMember("Dispose", BindingFlags.Public | BindingFlags.Instance | BindingFlags.NonPublic | BindingFlags.InvokeMethod, null,
_tabOrder
, [true]);