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