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