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