4 references to IsDisposalPending
PresentationCore (4)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1361
if (tabletDevice.
IsDisposalPending
&& tabletDevice.CanDispose)
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (3)
584
if (removeTablet.
IsDisposalPending
)
623
if (removedTablet.
IsDisposalPending
)
651
if (tabletDevice.
IsDisposalPending
)