9 references to TableFieldIndices
System.Web.Mobile (9)
UI\MobileControls\Adapters\HtmlObjectListAdapter.cs (3)
166
fieldIndices = Control.
TableFieldIndices
;
606
int[] tableFieldIndices = Control.
TableFieldIndices
;
692
int[] tableFieldIndices = Control.
TableFieldIndices
;
UI\MobileControls\Adapters\WmlObjectListAdapter.cs (3)
151
if (ShouldRenderAsTable() && (tableFieldIndices = Control.
TableFieldIndices
).Length != 0)
403
if (ShouldRenderAsTable() && (tableFieldIndices = Control.
TableFieldIndices
).Length != 0)
494
int[] tableFieldIndices = Control.
TableFieldIndices
;
UI\MobileControls\Adapters\XhtmlAdapters\XhtmlBasicObjectListAdapter.cs (3)
49
int[] tableFieldIndices = Control.
TableFieldIndices
;
79
fieldIndices = Control.
TableFieldIndices
;
151
int[] tableFieldIndices = Control.
TableFieldIndices
;