8 references to SecondaryUIControl
System.Web.Mobile (8)
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicControlAdapter.cs (2)
692
&& (mobileCtl == ((XhtmlFormAdapter)mobileCtl.Form.Adapter).
SecondaryUIControl
||
693
null == ((XhtmlFormAdapter)mobileCtl.Form.Adapter).
SecondaryUIControl
)) {
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicFormAdapter.cs (6)
160
if (
SecondaryUIControl
!= null) {
181
bool secondaryUIInHeaderOrFooter = IsControlInFormHeader (
SecondaryUIControl
)
182
|| IsControlInFormFooter (
SecondaryUIControl
);
184
SetControlPageRecursive(
SecondaryUIControl
, -1);
188
OpenSecondaryUIDivs(writer,
SecondaryUIControl
);
189
SecondaryUIControl
.RenderControl (writer);