Base:
property
IsDisposed
System.Windows.PresentationSource.IsDisposed
8 references to IsDisposed
PresentationCore (1)
System\Windows\InterOp\HwndSource.cs (1)
693if (!test.IsDisposed)
PresentationFramework (7)
System\Windows\Controls\ComboBox.cs (1)
1945if (source != null && !source.IsDisposed && source.RootVisual != null)
System\Windows\Controls\Primitives\Popup.cs (3)
2989return (hwnd != null) && !hwnd.IsDisposed; 3051if ((hwndSource != null) && !hwndSource.IsDisposed) 3489if (!hwnd.IsDisposed)
System\Windows\Shell\WindowChromeWorker.cs (3)
256if (_hwnd == IntPtr.Zero || _hwndSource.IsDisposed) 964if (IntPtr.Zero == _hwnd || _hwndSource.IsDisposed) 1357if (!isClosing && !_hwndSource.IsDisposed)