3 references to IsDisposed
PresentationFramework (3)
System\Windows\Controls\WebBrowser.cs (3)
394
return (!
IsDisposed
&& _canGoBack);
407
return (!
IsDisposed
&& _canGoForward);
647
ObjectDisposedException.ThrowIf(
IsDisposed
, this);