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