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