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)
18
DataKeyArray
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)
94
private
DataKeyArray
_dataKeyArray;
96
private
DataKeyArray
_clientIDRowSuffixArray;
574
public virtual
DataKeyArray
DataKeys {
590
public
DataKeyArray
ClientIDRowSuffixDataKeys {
1202
DataKeyArray
keys = DataKeys;
4493
DataKeyArray
IDataKeysControl.ClientIDRowSuffixDataKeys {
4502
DataKeyArray
IDataBoundListControl.DataKeys {
UI\WebControls\IDataBoundListControl.cs (1)
7
DataKeyArray
DataKeys {
System.Web.Extensions (7)
UI\WebControls\ListView.cs (7)
82
private
DataKeyArray
_dataKeyArray;
84
private
DataKeyArray
_clientIDRowSuffixArray;
298
public virtual
DataKeyArray
DataKeys {
314
public
DataKeyArray
ClientIDRowSuffixDataKeys {
788
DataKeyArray
keys = DataKeys;
3406
DataKeyArray
IDataKeysControl.ClientIDRowSuffixDataKeys {
3415
DataKeyArray
IDataBoundListControl.DataKeys {