4 references to LastChild
PresentationFramework (4)
src\Framework\MS\Internal\PtsHost\UIElementParagraph.cs (1)
543if (figure.Blocks.FirstChild == figure.Blocks.LastChild &&
src\Framework\System\Windows\Documents\BlockCollection.cs (1)
65return this.LastChild;
src\Framework\System\Windows\Documents\InlineCollection.cs (1)
139return this.LastChild;
src\Framework\System\Windows\Documents\ListItemCollection.cs (1)
62return this.LastChild;