Base:
property
IsDisposed
System.Windows.PresentationSource.IsDisposed
9 references to IsDisposed
PresentationCore (2)
System\Windows\InterOp\HwndMouseInputProvider.cs (1)
866
if(_source != null && !_source.
IsDisposed
&& _source.CompositionTarget != null)
System\Windows\InterOp\HwndSource.cs (1)
677
if (!test.
IsDisposed
)
PresentationFramework (7)
System\Windows\Controls\ComboBox.cs (1)
1935
if (source != null && !source.
IsDisposed
&& source.RootVisual != null)
System\Windows\Controls\Primitives\Popup.cs (3)
2977
internal bool IsWindowAlive() => _window is not null && !_window.
IsDisposed
;
3035
if ((hwndSource != null) && !hwndSource.
IsDisposed
)
3460
if (!hwnd.
IsDisposed
)
System\Windows\Shell\WindowChromeWorker.cs (3)
233
if (_hwnd == IntPtr.Zero || _hwndSource.
IsDisposed
)
714
if (IntPtr.Zero == _hwnd || _hwndSource.
IsDisposed
)
1107
if (!isClosing && !_hwndSource.
IsDisposed
)