20 references to IsDisposed
PresentationCore (20)
src\Microsoft.DotNet.Wpf\src\Shared\MS\Internal\PointUtil.cs (1)
42
if (throwOnError || (presentationSource != null && presentationSource.CompositionTarget != null && !presentationSource.CompositionTarget.
IsDisposed
))
System\Windows\Input\MouseDevice.cs (1)
885
if (activeSource != null && activeSource.CompositionTarget != null && !activeSource.CompositionTarget.
IsDisposed
)
System\Windows\Input\Stylus\Pointer\PointerStylusDevice.cs (1)
610
if (InRange && _inputSource?.CompositionTarget is { } target && !target.
IsDisposed
)
System\Windows\Input\Stylus\Pointer\PointerStylusPlugInManager.cs (1)
585
!source.CompositionTarget.
IsDisposed
)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
439
!_deferredMouseMove.InputSource.CompositionTarget.
IsDisposed
)
1891
!source.CompositionTarget.
IsDisposed
)
System\Windows\Input\Stylus\Wisp\WispStylusDevice.cs (3)
322
if (InRange && _inputSource?.CompositionTarget is { } target && !target.
IsDisposed
)
1501
if (inputSource.CompositionTarget == null || inputSource.CompositionTarget.
IsDisposed
||
1514
!capturedSource.CompositionTarget.
IsDisposed
)
System\Windows\Input\TouchDevice.cs (1)
744
!_activeSource.CompositionTarget.
IsDisposed
)
System\Windows\InterOp\HwndSource.cs (7)
574
if (_hwndTarget != null && _hwndTarget.
IsDisposed
== false)
584
if (_hwndTarget != null && !_hwndTarget.
IsDisposed
)
628
if (value != null && _hwndTarget != null && !_hwndTarget.
IsDisposed
&&
699
if (_hwndTarget!= null && _hwndTarget.
IsDisposed
== true)
999
if ((_rootVisual is UIElement) && _hwndTarget!= null && _hwndTarget.
IsDisposed
== false)
1014
Debug.Assert(_hwndTarget.
IsDisposed
== false, "HwndTarget is disposed");
2634
_hwndTarget.
IsDisposed
== false;
System\Windows\InterOp\HwndTarget.cs (2)
685
if (!
IsDisposed
)
1016
if (
IsDisposed
)
System\Windows\Media\VisualTarget.cs (1)
158
if (!
IsDisposed
)