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