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