2 writes to _axIWebBrowser2
PresentationFramework (2)
src\Framework\System\Windows\Controls\WebBrowser.cs (2)
736
this.
_axIWebBrowser2
= (UnsafeNativeMethods.IWebBrowser2)nativeActiveXObject;
759
_axIWebBrowser2
= null;
5 references to _axIWebBrowser2
PresentationFramework (5)
src\Framework\System\Windows\Controls\WebBrowser.cs (5)
772
Debug.Assert(
_axIWebBrowser2
!= null);
773
_cookie = new ConnectionPointCookie(
_axIWebBrowser2
,
881
if (
_axIWebBrowser2
== null)
896
if (
_axIWebBrowser2
== null)
900
return
_axIWebBrowser2
;