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