23 references to Item
PresentationFramework (23)
src\Framework\MS\Internal\Data\LiveShapingTree.cs (4)
58
LiveShapingItem lsi = finger.
Item
;
94
LiveShapingItem lsi = finger.
Item
;
105
if (System.Windows.Controls.ItemsControl.EqualsEx(finger.
Item
.Item, item))
106
return finger.
Item
;
src\Framework\MS\Internal\Data\RBTree.cs (19)
228
int c = Comparison(low.
Item
, mid.
Item
);
231
c = Comparison(mid.
Item
, blue.
Item
);
241
c = Comparison(low.
Item
, blue.
Item
);
260
c = Comparison(low.
Item
, blue.
Item
);
278
c = Comparison(low.
Item
, blue.
Item
);
290
c = Comparison(mid.
Item
, blue.
Item
);
309
x = mid.
Item
;
316
c = Comparison(left.
Item
, x);
337
c = Comparison(f.
Item
, x);
412
T x = f1.
Item
;
413
f1.SetItem(f2.
Item
);
469
while (finger.Found && !AreEqual(finger.
Item
, item))
472
finger.Found = (finger.IsValid && Comparison(finger.
Item
, item) == 0);