2 writes to _axIWebBrowser2
PresentationFramework (2)
System\Windows\Controls\WebBrowser.cs (2)
550
this.
_axIWebBrowser2
= (UnsafeNativeMethods.IWebBrowser2)nativeActiveXObject;
568
_axIWebBrowser2
= null;
5 references to _axIWebBrowser2
PresentationFramework (5)
System\Windows\Controls\WebBrowser.cs (5)
576
Debug.Assert(
_axIWebBrowser2
!= null);
577
_cookie = new ConnectionPointCookie(
_axIWebBrowser2
,
645
if (
_axIWebBrowser2
== null)
655
if (
_axIWebBrowser2
== null)
659
return
_axIWebBrowser2
;