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