3 references to SiftUp
PresentationCore (3)
Shared\MS\Internal\PriorityQueue.cs (3)
125
SiftUp
(_count, ref value, 0);
165
SiftUp
(index, ref x, 0); // sift the gap up, and insert x in its rightful position
250
SiftUp
(index, ref x, i);