4 instantiations of DataKeyArray
System.Web (2)
UI\WebControls\GridView.cs (2)
577_dataKeyArray = new DataKeyArray(this.DataKeysArrayList); 593_clientIDRowSuffixArray = new DataKeyArray(this.ClientIDRowSuffixArrayList);
System.Web.Extensions (2)
UI\WebControls\ListView.cs (2)
301_dataKeyArray = new DataKeyArray(this.DataKeysArrayList); 317_clientIDRowSuffixArray = new DataKeyArray(this.ClientIDRowSuffixArrayList);
20 references to DataKeyArray
System.Web (13)
UI\IDataKeysControl.cs (1)
18DataKeyArray ClientIDRowSuffixDataKeys { get; }
UI\WebControls\DataKeyArray.cs (4)
21/// <para>Initializes a new instance of the <see cref='System.Web.UI.WebControls.DataKeyArray'/> class.</para> 39/// <para>Gets the value that specifies whether items in the <see cref='System.Web.UI.WebControls.DataKeyArray'/> can be 50/// <para>Gets a value that indicates whether the <see cref='System.Web.UI.WebControls.DataKeyArray'/> is 98/// <para>Creates an enumerator for the <see cref='System.Web.UI.WebControls.DataKeyArray'/> used to iterate
UI\WebControls\GridView.cs (7)
94private DataKeyArray _dataKeyArray; 96private DataKeyArray _clientIDRowSuffixArray; 574public virtual DataKeyArray DataKeys { 590public DataKeyArray ClientIDRowSuffixDataKeys { 1202DataKeyArray keys = DataKeys; 4493DataKeyArray IDataKeysControl.ClientIDRowSuffixDataKeys { 4502DataKeyArray IDataBoundListControl.DataKeys {
UI\WebControls\IDataBoundListControl.cs (1)
7DataKeyArray DataKeys {
System.Web.Extensions (7)
UI\WebControls\ListView.cs (7)
82private DataKeyArray _dataKeyArray; 84private DataKeyArray _clientIDRowSuffixArray; 298public virtual DataKeyArray DataKeys { 314public DataKeyArray ClientIDRowSuffixDataKeys { 788DataKeyArray keys = DataKeys; 3406DataKeyArray IDataKeysControl.ClientIDRowSuffixDataKeys { 3415DataKeyArray IDataBoundListControl.DataKeys {