4 references to IsDisposalPending
PresentationCore (4)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1352
if (tabletDevice.
IsDisposalPending
&& tabletDevice.CanDispose)
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (3)
578
if (removeTablet.
IsDisposalPending
)
617
if (removedTablet.
IsDisposalPending
)
645
if (tabletDevice.
IsDisposalPending
)