11 references to FirstChild
PresentationFramework (11)
MS\Internal\PtsHost\UIElementParagraph.cs (2)
541
if (figure.Blocks.
FirstChild
== figure.Blocks.LastChild &&
542
figure.Blocks.
FirstChild
== Element)
System\Windows\Documents\BlockCollection.cs (1)
52
return this.
FirstChild
;
System\Windows\Documents\InlineCollection.cs (1)
126
return this.
FirstChild
;
System\Windows\Documents\ListItemCollection.cs (1)
49
return this.
FirstChild
;
System\Windows\Documents\TextElementCollection.cs (6)
128
for (element = this.
FirstChild
; element != null; element = (TextElementType)element.NextElement)
165
element = this.
FirstChild
;
474
if (this.
FirstChild
== null)
618
for (TextElementType element = (TextElementType)this.
FirstChild
; element != null; element = (TextElementType)element.NextElement)
852
element = this.
FirstChild
;
907
element = this.
FirstChild
;