1 override of IsDisposed
PresentationCore (1)
System\Windows\InterOp\HwndSource.cs (1)
538
public override bool
IsDisposed
{get {return _isDisposed;}}
8 references to IsDisposed
PresentationCore (6)
MS\Internal\Automation\EventMap.cs (2)
255
if (!source.
IsDisposed
)
260
if (source != null && !source.
IsDisposed
)
System\Windows\Input\Stylus\Wisp\WispLogic.cs (2)
2507
allowEvent = !stylusDevice.InRange && !rawStylusInputReport.InputSource.
IsDisposed
;
2511
if (!stylusDevice.InRange && !rawStylusInputReport.InputSource.
IsDisposed
)
System\Windows\InterOp\HwndMouseInputProvider.cs (1)
1236
if(_site == null || source.
IsDisposed
|| ct == null )
System\Windows\PresentationSource.cs (1)
545
if (null != source && source.
IsDisposed
)
PresentationFramework (2)
System\Windows\SystemResources.cs (2)
1231
if (!source.
IsDisposed
)
1307
if (!source.
IsDisposed
&& (isSysColorsOrSettingsChange || (source.Dispatcher == dispatcher)))