15 references to FindIndex
PresentationFramework (15)
src\Framework\MS\Internal\Data\LiveShapingTree.cs (3)
55
RBFinger<LiveShapingItem> finger =
FindIndex
(0);
93
RBFinger<LiveShapingItem> finger =
FindIndex
(index);
102
RBFinger<LiveShapingItem> finger =
FindIndex
(0);
src\Framework\MS\Internal\Data\RBNode.cs (2)
101
result = LeftChild.
FindIndex
(index, exists);
114
result = RightChild.
FindIndex
(index - LeftSize - Size, exists);
src\Framework\MS\Internal\Data\RBTree.cs (10)
146
RBFinger<T> low =
FindIndex
(0, false);
147
RBFinger<T> high =
FindIndex
(Count, false);
227
RBFinger<T> mid =
FindIndex
((low.Index + high.Index)/2);
419
RBFinger<T> finger =
FindIndex
(1);
501
RBFinger<T> finger =
FindIndex
(index, false);
512
RBFinger<T> finger =
FindIndex
(index, true);
525
RBFinger<T> finger =
FindIndex
(index);
531
RBFinger<T> finger =
FindIndex
(index);
616
RBFinger<T> finger =
FindIndex
(0);
626
RBFinger<T> finger =
FindIndex
(0);