4 references to LiveShapingItem
PresentationFramework (4)
MS\Internal\Data\LiveShapingList.cs (3)
229
LiveShapingItem temp = new
LiveShapingItem
(value, this, true, null, true);
302
LiveShapingItem lsi = new
LiveShapingItem
(item, this, true) { FailsFilter = true };
535
_root.Insert(index, new
LiveShapingItem
(value, this));
MS\Internal\Data\LiveShapingTree.cs (1)
93
finger.Node.SetItemAt(finger.Offset, new
LiveShapingItem
(item, List));