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