7 writes to _firstChild
PresentationFramework (7)
MS\Internal\PtsHost\ContainerParagraph.cs (7)
73
_firstChild
= _lastFetchedChild = null;
113
_firstChild
= _ur.SyncPara;
140
_firstChild
= null;
161
_firstChild
= GetParagraph(textPointer, false);
938
_firstChild
= _lastFetchedChild = null;
970
_firstChild
= _lastFetchedChild = null;
1237
_firstChild
= null;
22 references to _firstChild
PresentationFramework (22)
MS\Internal\PtsHost\ContainerParagraph.cs (22)
64
BaseParagraph paraChild =
_firstChild
;
112
Invariant.Assert(
_firstChild
== null);
119
if (
_firstChild
!= null)
134
BaseParagraph paraInvalid =
_firstChild
;
147
if (_ur != null && _ur.InProcessing && _ur.FirstPara ==
_firstChild
)
149
_firstChild
.SetUpdateInfo(PTS.FSKCHANGE.fskchInside, false);
157
if (
_firstChild
== null)
164
if (_ur != null &&
_firstChild
!= null)
166
_firstChild
.SetUpdateInfo(PTS.FSKCHANGE.fskchNew, false);
176
_lastFetchedChild =
_firstChild
;
177
fSuccessful = PTS.FromBoolean(
_firstChild
!= null);
178
firstParaName = (
_firstChild
!= null) ?
_firstChild
.Handle : IntPtr.Zero;
307
fChangeFirst = PTS.FromBoolean((_ur != null) && (
_firstChild
== null ||
_firstChild
== _ur.FirstPara));
386
BaseParagraph para =
_firstChild
;
903
BaseParagraph paraChild =
_firstChild
;
929
paraChild =
_firstChild
;
944
paraChild =
_firstChild
;
994
BaseParagraph para =
_firstChild
;
1235
if (_ur.FirstPara ==
_firstChild
&& _ur.ChangeType == PTS.FSKCHANGE.fskchNew)
1257
BaseParagraph para =
_firstChild
;