1 instantiation of IndexTree
System.Data (1)
fx\src\data\System\Data\Selection.cs (1)
694
records = new
IndexTree
(this);
19 references to IndexTree
System.Data (19)
fx\src\data\System\Data\Selection.cs (19)
80
private
IndexTree
records;
434
return new
IndexTree
.RBTreeEnumerator(records, startIndex);
507
if (nodeId!=
IndexTree
.NIL)
515
if (
IndexTree
.NIL != nodeId) {
523
if (
IndexTree
.NIL != nodeId) {
536
if (
IndexTree
.NIL != x) { // otherwise storage may not exist
542
while (
IndexTree
.NIL != x) {
550
while (
IndexTree
.NIL != x) {
569
if (
IndexTree
.NIL != x) { // otherwise storage may not exist
577
while (
IndexTree
.NIL != x) {
590
if (
IndexTree
.NIL != x) { // otherwise storage may not exist
592
while (
IndexTree
.NIL != x) {
609
while (
IndexTree
.NIL != x)
624
if (
IndexTree
.NIL == nodeId) {
629
if (records.Next (nodeId) ==
IndexTree
.NIL)
780
return (
IndexTree
.NIL != x_id);
785
return (
IndexTree
.NIL != x_id);
790
return (
IndexTree
.NIL != x_id);
942
if (curNodeId !=
IndexTree
.NIL) {