2 writes to _tabletDeviceCollection
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
75
_tabletDeviceCollection
= null;
2980
_tabletDeviceCollection
= new WispTabletDeviceCollection();
13 references to _tabletDeviceCollection
PresentationCore (13)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (13)
70
if (
_tabletDeviceCollection
!= null)
74
_tabletDeviceCollection
.DisposeTablets();
2612
if (
_tabletDeviceCollection
!= null)
2614
foreach (TabletDevice tablet in
_tabletDeviceCollection
)
2978
if (
_tabletDeviceCollection
== null)
2986
return
_tabletDeviceCollection
;
3135
bool initializedTablets = (
_tabletDeviceCollection
== null);
3377
if (
_tabletDeviceCollection
!= null)
3420
int numDeferredTablets =
_tabletDeviceCollection
.DeferredTablets.Count;
3423
uint tabletIndex =
_tabletDeviceCollection
.HandleTabletRemoved(wisptisIndex);
3429
&&
_tabletDeviceCollection
.DeferredTablets.Count == numDeferredTablets)
3561
if (
_tabletDeviceCollection
!= null)
3565
foreach (TabletDevice tablet in
_tabletDeviceCollection
)