4 references to LastChild
PresentationFramework (4)
MS\Internal\PtsHost\UIElementParagraph.cs (1)
541if (figure.Blocks.FirstChild == figure.Blocks.LastChild &&
System\Windows\Documents\BlockCollection.cs (1)
63return this.LastChild;
System\Windows\Documents\InlineCollection.cs (1)
137return this.LastChild;
System\Windows\Documents\ListItemCollection.cs (1)
60return this.LastChild;