Base:
property
IsDisposed
System.Windows.PresentationSource.IsDisposed
8 references to IsDisposed
PresentationCore (1)
Core\CSharp\System\Windows\Interop\HwndSource.cs (1)
795
if (!test.
IsDisposed
)
PresentationFramework (7)
src\Framework\System\Windows\Controls\ComboBox.cs (1)
1953
if (source != null && !source.
IsDisposed
&& source.RootVisual != null)
src\Framework\System\Windows\Controls\Primitives\Popup.cs (3)
3020
return (hwnd != null) && !hwnd.
IsDisposed
;
3098
if ((hwndSource != null) && !hwndSource.
IsDisposed
)
3651
if (!hwnd.
IsDisposed
)
src\Framework\System\Windows\Shell\WindowChromeWorker.cs (3)
321
if (_hwnd == IntPtr.Zero || _hwndSource.
IsDisposed
)
1117
if (IntPtr.Zero == _hwnd || _hwndSource.
IsDisposed
)
1501
if (!isClosing && !_hwndSource.
IsDisposed
)