1 override of IsDisposed
PresentationCore (1)
System\Windows\InterOp\HwndSource.cs (1)
533public override bool IsDisposed {get {return _isDisposed;}}
8 references to IsDisposed
PresentationCore (6)
MS\Internal\Automation\EventMap.cs (2)
256if (!source.IsDisposed) 261if (source != null && !source.IsDisposed)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
2495allowEvent = !stylusDevice.InRange && !rawStylusInputReport.InputSource.IsDisposed; 2499if (!stylusDevice.InRange && !rawStylusInputReport.InputSource.IsDisposed)
System\Windows\InterOp\HwndMouseInputProvider.cs (1)
1240if(_site == null || source.IsDisposed || ct == null )
System\Windows\PresentationSource.cs (1)
561if (null != source && source.IsDisposed)
PresentationFramework (2)
System\Windows\SystemResources.cs (2)
1248if (!source.IsDisposed) 1324if (!source.IsDisposed && (isSysColorsOrSettingsChange || (source.Dispatcher == dispatcher)))