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