1 write to _tridentControl
System.Web.Mobile (1)
UI\MobileControls\Design\Adapters\MSHTMLHostUtil.cs (1)
36
_tridentControl
= new MSHTMLHost();
6 references to _tridentControl
System.Web.Mobile (6)
UI\MobileControls\Design\Adapters\MSHTMLHostUtil.cs (6)
31
if (null !=
_tridentControl
&& null != _htmlBody)
38
_tridentControl
.Size = new Size(CONTROL_WIDTH, CONTROL_HEIGHT);
40
_tridentControl
.CreateTrident();
41
_tridentControl
.ActivateTrident();
43
NativeMethods.IHTMLDocument2 htmlDoc2 =
_tridentControl
.GetDocument();
60
NativeMethods.IHTMLDocument3 htmlDoc3 = (NativeMethods.IHTMLDocument3)
_tridentControl
.GetDocument();