8 references to RightChildBlock
PresentationFramework (8)
src\Framework\MS\Internal\Data\LiveShapingBlock.cs (8)
292
if (parent.
RightChildBlock
== block)
333
stack.Push(block.
RightChildBlock
);
338
stack.Push(block.
RightChildBlock
);
366
list.Add(
RightChildBlock
);
380
list.Add(parent.
RightChildBlock
);
393
list.Add(parent.
RightChildBlock
);
413
stack.Push(block.
RightChildBlock
);
429
stack.Push(block.
RightChildBlock
);