1 write to rowViewCache
System.Data (1)
fx\src\data\System\Data\DataView.cs (1)
1499
this.
rowViewCache
= rvc;
16 references to rowViewCache
System.Data (16)
fx\src\data\System\Data\DataView.cs (16)
294
Debug.Assert(
rowViewCache
.Count == CountFromIndex, "DataView.Count mismatch");
295
return
rowViewCache
.Count;
614
rowViewCache
[addNewRow].EndEdit();
621
rowViewCache
.Add(addNewRow, drv);
699
array.SetValue(
rowViewCache
[addNewRow], index);
714
array[index] =
rowViewCache
[addNewRow];
855
bool flag =
rowViewCache
.Remove(addNewRow);
924
if (
rowViewCache
.TryGetValue(rowview.Row, out cached) && ((object)cached == (object)rowview)) {
1290
return
rowViewCache
[dr];
1338
int index = IndexOfDataRowView(
rowViewCache
[addNewRow]);
1344
else if (!
rowViewCache
.ContainsKey(row)) {
1345
rowViewCache
.Add(row, buffer ?? new DataRowView(this, row));
1357
rowViewCache
.TryGetValue(row, out buffer);
1365
if (!
rowViewCache
.Remove(row)) {
1487
if (!
rowViewCache
.TryGetValue(row, out drv)) {
1494
rowViewCache
.TryGetValue(addNewRow, out drv);