2 writes to _tabletDeviceCollection
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
66
_tabletDeviceCollection
= null;
2994
_tabletDeviceCollection
= new WispTabletDeviceCollection();
13 references to _tabletDeviceCollection
PresentationCore (13)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (13)
61
if (
_tabletDeviceCollection
!= null)
65
_tabletDeviceCollection
.DisposeTablets();
2618
if (
_tabletDeviceCollection
!= null)
2620
foreach (TabletDevice tablet in
_tabletDeviceCollection
)
2992
if (
_tabletDeviceCollection
== null)
3000
return
_tabletDeviceCollection
;
3149
bool initializedTablets = (
_tabletDeviceCollection
== null);
3391
if (
_tabletDeviceCollection
!= null)
3434
int numDeferredTablets =
_tabletDeviceCollection
.DeferredTablets.Count;
3437
uint tabletIndex =
_tabletDeviceCollection
.HandleTabletRemoved(wisptisIndex);
3443
&&
_tabletDeviceCollection
.DeferredTablets.Count == numDeferredTablets)
3575
if (
_tabletDeviceCollection
!= null)
3579
foreach (TabletDevice tablet in
_tabletDeviceCollection
)