11 references to FirstChild
PresentationFramework (11)
src\Framework\MS\Internal\PtsHost\UIElementParagraph.cs (2)
543
if (figure.Blocks.
FirstChild
== figure.Blocks.LastChild &&
544
figure.Blocks.
FirstChild
== Element)
src\Framework\System\Windows\Documents\BlockCollection.cs (1)
54
return this.
FirstChild
;
src\Framework\System\Windows\Documents\InlineCollection.cs (1)
128
return this.
FirstChild
;
src\Framework\System\Windows\Documents\ListItemCollection.cs (1)
51
return this.
FirstChild
;
src\Framework\System\Windows\Documents\TextElementCollection.cs (6)
133
for (element = this.
FirstChild
; element != null; element = (TextElementType)element.NextElement)
170
element = this.
FirstChild
;
500
if (this.
FirstChild
== null)
653
for (TextElementType element = (TextElementType)this.
FirstChild
; element != null; element = (TextElementType)element.NextElement)
887
element = this.
FirstChild
;
942
element = this.
FirstChild
;