4 references to LiveShapingItem
PresentationFramework (4)
src\Framework\MS\Internal\Data\LiveShapingList.cs (3)
236LiveShapingItem temp = new LiveShapingItem(value, this, true, null, true); 309LiveShapingItem lsi = new LiveShapingItem(item, this, true) { FailsFilter = true }; 542_root.Insert(index, new LiveShapingItem(value, this));
src\Framework\MS\Internal\Data\LiveShapingTree.cs (1)
96finger.Node.SetItemAt(finger.Offset, new LiveShapingItem(item, List));