2 writes to _axIWebBrowser2
PresentationFramework (2)
src\Framework\System\Windows\Controls\WebBrowser.cs (2)
736this._axIWebBrowser2 = (UnsafeNativeMethods.IWebBrowser2)nativeActiveXObject; 759_axIWebBrowser2 = null;
5 references to _axIWebBrowser2
PresentationFramework (5)
src\Framework\System\Windows\Controls\WebBrowser.cs (5)
772Debug.Assert(_axIWebBrowser2 != null); 773_cookie = new ConnectionPointCookie(_axIWebBrowser2, 881if (_axIWebBrowser2 == null) 896if (_axIWebBrowser2 == null) 900return _axIWebBrowser2;