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