4 references to IsDisposalPending
PresentationCore (4)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1363
if (tabletDevice.
IsDisposalPending
&& tabletDevice.CanDispose)
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (3)
580
if (removeTablet.
IsDisposalPending
)
619
if (removedTablet.
IsDisposalPending
)
647
if (tabletDevice.
IsDisposalPending
)