1 override of IsDisposed
PresentationCore (1)
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
621public override bool IsDisposed {get {return _isDisposed;}}
6 references to IsDisposed
PresentationCore (4)
Core\CSharp\MS\Internal\Automation\EventMap.cs (2)
280if (!source.IsDisposed) 298if (source != null && !source.IsDisposed)
Core\CSharp\System\Windows\Interop\HwndMouseInputProvider.cs (1)
1194if(_site == null || source.IsDisposed || ct == null )
Core\CSharp\System\Windows\PresentationSource.cs (1)
665if (null != source && source.IsDisposed)
PresentationFramework (2)
src\Framework\System\Windows\SystemResources.cs (2)
1313if (!source.IsDisposed) 1401if (!source.IsDisposed && (isSysColorsOrSettingsChange || (source.Dispatcher == dispatcher)))