2 writes to _tabletDeviceCollection
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
65
_tabletDeviceCollection
= null;
2993
_tabletDeviceCollection
= new WispTabletDeviceCollection();
13 references to _tabletDeviceCollection
PresentationCore (13)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (13)
60
if (
_tabletDeviceCollection
!= null)
64
_tabletDeviceCollection
.DisposeTablets();
2617
if (
_tabletDeviceCollection
!= null)
2619
foreach (TabletDevice tablet in
_tabletDeviceCollection
)
2991
if (
_tabletDeviceCollection
== null)
2999
return
_tabletDeviceCollection
;
3148
bool initializedTablets = (
_tabletDeviceCollection
== null);
3390
if (
_tabletDeviceCollection
!= null)
3433
int numDeferredTablets =
_tabletDeviceCollection
.DeferredTablets.Count;
3436
uint tabletIndex =
_tabletDeviceCollection
.HandleTabletRemoved(wisptisIndex);
3442
&&
_tabletDeviceCollection
.DeferredTablets.Count == numDeferredTablets)
3571
if (
_tabletDeviceCollection
!= null)
3575
foreach (TabletDevice tablet in
_tabletDeviceCollection
)