5 references to Normal
System.Web.Mobile (5)
UI\MobileControls\Adapters\WmlControlAdapter.cs (2)
172
writer.RenderEndPostBack(Control.UniqueID, postback, WmlPostFieldType.
Normal
, false, breakAfter);
225
text, breakAfter, WmlPostFieldType.
Normal
);
UI\MobileControls\Adapters\WmlMobileTextWriter.cs (3)
636
postBackType = WmlPostFieldType.
Normal
;
1423
WritePostField(name, value, WmlPostFieldType.
Normal
);
1442
if (type == WmlPostFieldType.
Normal
)