4 references to IsDisposalPending
PresentationCore (4)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (1)
1362
if (tabletDevice.
IsDisposalPending
&& tabletDevice.CanDispose)
System\Windows\Input\Stylus\Wisp\WispTabletDeviceCollection.cs (3)
579
if (removeTablet.
IsDisposalPending
)
618
if (removedTablet.
IsDisposalPending
)
646
if (tabletDevice.
IsDisposalPending
)