2 writes to _pimcContexts
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (2)
1024
_pimcContexts
= new IPimcContext3[penContextRefs.Count];
1078
_pimcContexts
= new IPimcContext3[penContextRefs.Count];
4 references to _pimcContexts
PresentationCore (4)
System\Windows\Input\Stylus\Wisp\PenThreadWorker.cs (4)
1035
_pimcContexts
[i] = pc._pimcContext;
1089
_pimcContexts
[i] = pc._pimcContext;
1274
for (int i = 0; i <
_pimcContexts
.Length; i++)
1281
_pimcContexts
[i].ShutdownComm();