2 writes to _tabletDeviceCollection
PresentationCore (2)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
66
_tabletDeviceCollection
= null;
2971
_tabletDeviceCollection
= new WispTabletDeviceCollection();
13 references to _tabletDeviceCollection
PresentationCore (13)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (13)
61
if (
_tabletDeviceCollection
!= null)
65
_tabletDeviceCollection
.DisposeTablets();
2603
if (
_tabletDeviceCollection
!= null)
2605
foreach (TabletDevice tablet in
_tabletDeviceCollection
)
2969
if (
_tabletDeviceCollection
== null)
2977
return
_tabletDeviceCollection
;
3126
bool initializedTablets = (
_tabletDeviceCollection
== null);
3368
if (
_tabletDeviceCollection
!= null)
3411
int numDeferredTablets =
_tabletDeviceCollection
.DeferredTablets.Count;
3414
uint tabletIndex =
_tabletDeviceCollection
.HandleTabletRemoved(wisptisIndex);
3420
&&
_tabletDeviceCollection
.DeferredTablets.Count == numDeferredTablets)
3552
if (
_tabletDeviceCollection
!= null)
3556
foreach (TabletDevice tablet in
_tabletDeviceCollection
)