2 writes to _pimcContexts
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (2)
1026
_pimcContexts
= new IPimcContext3[penContextRefs.Count];
1080
_pimcContexts
= new IPimcContext3[penContextRefs.Count];
4 references to _pimcContexts
PresentationCore (4)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (4)
1037
_pimcContexts
[i] = pc._pimcContext;
1091
_pimcContexts
[i] = pc._pimcContext;
1276
for (int i = 0; i <
_pimcContexts
.Length; i++)
1283
_pimcContexts
[i].ShutdownComm();