2 writes to _axIWebBrowser2
PresentationFramework (2)
System\Windows\Controls\WebBrowser.cs (2)
549this._axIWebBrowser2 = (UnsafeNativeMethods.IWebBrowser2)nativeActiveXObject; 567_axIWebBrowser2 = null;
5 references to _axIWebBrowser2
PresentationFramework (5)
System\Windows\Controls\WebBrowser.cs (5)
575Debug.Assert(_axIWebBrowser2 != null); 576_cookie = new ConnectionPointCookie(_axIWebBrowser2, 644if (_axIWebBrowser2 == null) 654if (_axIWebBrowser2 == null) 658return _axIWebBrowser2;