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