7 writes to _firstChild
PresentationFramework (7)
MS\Internal\PtsHost\ContainerParagraph.cs (7)
54
_firstChild
= _lastFetchedChild = null;
94
_firstChild
= _ur.SyncPara;
121
_firstChild
= null;
142
_firstChild
= GetParagraph(textPointer, false);
914
_firstChild
= _lastFetchedChild = null;
946
_firstChild
= _lastFetchedChild = null;
1207
_firstChild
= null;
22 references to _firstChild
PresentationFramework (22)
MS\Internal\PtsHost\ContainerParagraph.cs (22)
45
BaseParagraph paraChild =
_firstChild
;
93
Invariant.Assert(
_firstChild
== null);
100
if (
_firstChild
!= null)
115
BaseParagraph paraInvalid =
_firstChild
;
128
if (_ur != null && _ur.InProcessing && _ur.FirstPara ==
_firstChild
)
130
_firstChild
.SetUpdateInfo(PTS.FSKCHANGE.fskchInside, false);
138
if (
_firstChild
== null)
145
if (_ur != null &&
_firstChild
!= null)
147
_firstChild
.SetUpdateInfo(PTS.FSKCHANGE.fskchNew, false);
157
_lastFetchedChild =
_firstChild
;
158
fSuccessful = PTS.FromBoolean(
_firstChild
!= null);
159
firstParaName = (
_firstChild
!= null) ?
_firstChild
.Handle : IntPtr.Zero;
288
fChangeFirst = PTS.FromBoolean((_ur != null) && (
_firstChild
== null ||
_firstChild
== _ur.FirstPara));
367
BaseParagraph para =
_firstChild
;
879
BaseParagraph paraChild =
_firstChild
;
905
paraChild =
_firstChild
;
920
paraChild =
_firstChild
;
970
BaseParagraph para =
_firstChild
;
1205
if (_ur.FirstPara ==
_firstChild
&& _ur.ChangeType == PTS.FSKCHANGE.fskchNew)
1228
BaseParagraph para =
_firstChild
;