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