2 writes to _axIWebBrowser2
PresentationFramework (2)
System\Windows\Controls\WebBrowser.cs (2)
558this._axIWebBrowser2 = (UnsafeNativeMethods.IWebBrowser2)nativeActiveXObject; 576_axIWebBrowser2 = null;
5 references to _axIWebBrowser2
PresentationFramework (5)
System\Windows\Controls\WebBrowser.cs (5)
584Debug.Assert(_axIWebBrowser2 != null); 585_cookie = new ConnectionPointCookie(_axIWebBrowser2, 653if (_axIWebBrowser2 == null) 663if (_axIWebBrowser2 == null) 667return _axIWebBrowser2;