Base:
property
IsDisposed
System.Windows.PresentationSource.IsDisposed
9 references to IsDisposed
PresentationCore (2)
System\Windows\InterOp\HwndMouseInputProvider.cs (1)
862if(_source != null && !_source.IsDisposed && _source.CompositionTarget != null)
System\Windows\InterOp\HwndSource.cs (1)
682if (!test.IsDisposed)
PresentationFramework (7)
System\Windows\Controls\ComboBox.cs (1)
1932if (source != null && !source.IsDisposed && source.RootVisual != null)
System\Windows\Controls\Primitives\Popup.cs (3)
2985internal bool IsWindowAlive() => _window is not null && !_window.IsDisposed; 3043if ((hwndSource != null) && !hwndSource.IsDisposed) 3464if (!hwnd.IsDisposed)
System\Windows\Shell\WindowChromeWorker.cs (3)
232if (_hwnd == IntPtr.Zero || _hwndSource.IsDisposed) 713if (IntPtr.Zero == _hwnd || _hwndSource.IsDisposed) 1106if (!isClosing && !_hwndSource.IsDisposed)