2 writes to _pimcContexts
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (2)
1027
_pimcContexts
= new IPimcContext3[penContextRefs.Count];
1081
_pimcContexts
= new IPimcContext3[penContextRefs.Count];
4 references to _pimcContexts
PresentationCore (4)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (4)
1038
_pimcContexts
[i] = pc._pimcContext;
1092
_pimcContexts
[i] = pc._pimcContext;
1277
for (int i = 0; i <
_pimcContexts
.Length; i++)
1284
_pimcContexts
[i].ShutdownComm();