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)
31if (null != _tridentControl && null != _htmlBody) 38_tridentControl.Size = new Size(CONTROL_WIDTH, CONTROL_HEIGHT); 40_tridentControl.CreateTrident(); 41_tridentControl.ActivateTrident(); 43NativeMethods.IHTMLDocument2 htmlDoc2 = _tridentControl.GetDocument(); 60NativeMethods.IHTMLDocument3 htmlDoc3 = (NativeMethods.IHTMLDocument3) _tridentControl.GetDocument();