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