1 write to _htmlBody
System.Web.Mobile (1)
UI\MobileControls\Design\Adapters\MSHTMLHostUtil.cs (1)
44
_htmlBody
= htmlDoc2.GetBody();
2 references to _htmlBody
System.Web.Mobile (2)
UI\MobileControls\Design\Adapters\MSHTMLHostUtil.cs (2)
31
if (null != _tridentControl && null !=
_htmlBody
)
58
_htmlBody
.SetInnerHTML(bodyInnerHTML);