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