1 override of IsDisposed
PresentationCore (1)
System\Windows\InterOp\HwndSource.cs (1)
545
public override bool
IsDisposed
{get {return _isDisposed;}}
8 references to IsDisposed
PresentationCore (6)
MS\Internal\Automation\EventMap.cs (2)
269
if (!source.
IsDisposed
)
274
if (source != null && !source.
IsDisposed
)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
2504
allowEvent = !stylusDevice.InRange && !rawStylusInputReport.InputSource.
IsDisposed
;
2508
if (!stylusDevice.InRange && !rawStylusInputReport.InputSource.
IsDisposed
)
System\Windows\InterOp\HwndMouseInputProvider.cs (1)
1244
if(_site == null || source.
IsDisposed
|| ct == null )
System\Windows\PresentationSource.cs (1)
571
if (null != source && source.
IsDisposed
)
PresentationFramework (2)
System\Windows\SystemResources.cs (2)
1255
if (!source.
IsDisposed
)
1331
if (!source.
IsDisposed
&& (isSysColorsOrSettingsChange || (source.Dispatcher == dispatcher)))