2 writes to _axIWebBrowser2
PresentationFramework (2)
System\Windows\Controls\WebBrowser.cs (2)
548this._axIWebBrowser2 = (UnsafeNativeMethods.IWebBrowser2)nativeActiveXObject; 566_axIWebBrowser2 = null;
5 references to _axIWebBrowser2
PresentationFramework (5)
System\Windows\Controls\WebBrowser.cs (5)
574Debug.Assert(_axIWebBrowser2 != null); 575_cookie = new ConnectionPointCookie(_axIWebBrowser2, 643if (_axIWebBrowser2 == null) 653if (_axIWebBrowser2 == null) 657return _axIWebBrowser2;