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