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