11 references to FirstChild
PresentationFramework (11)
MS\Internal\PtsHost\UIElementParagraph.cs (2)
548
if (figure.Blocks.
FirstChild
== figure.Blocks.LastChild &&
549
figure.Blocks.
FirstChild
== Element)
System\Windows\Documents\BlockCollection.cs (1)
51
return this.
FirstChild
;
System\Windows\Documents\InlineCollection.cs (1)
125
return this.
FirstChild
;
System\Windows\Documents\ListItemCollection.cs (1)
48
return this.
FirstChild
;
System\Windows\Documents\TextElementCollection.cs (6)
127
for (element = this.
FirstChild
; element != null; element = (TextElementType)element.NextElement)
164
element = this.
FirstChild
;
473
if (this.
FirstChild
== null)
617
for (TextElementType element = (TextElementType)this.
FirstChild
; element != null; element = (TextElementType)element.NextElement)
851
element = this.
FirstChild
;
906
element = this.
FirstChild
;