3 writes to Block
PresentationFramework (3)
src\Framework\MS\Internal\Data\LiveShapingBlock.cs (2)
39lsi.Block = this; 58destNode.GetItemAt(destOffset).Block = destBlock;
src\Framework\MS\Internal\Data\LiveShapingList.cs (1)
386lsi.Block = _root.PlaceholderBlock;
3 references to Block
PresentationFramework (3)
src\Framework\MS\Internal\Data\LiveShapingItem.cs (3)
35LiveShapingList List { get { return Block.List; } } 81Block.FindPosition(this, out oldFinger, out newFinger, comparison); 86return Block.GetFinger(this);