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